Skip to content
Snippets Groups Projects
Commit b71c1fee authored by dpuzyrkov's avatar dpuzyrkov
Browse files

[*] debian build: removed sudo.

parent 6dea0ef5
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ install_dependencies() {
echo ""
local PKG_DEPPIES=$(echo $PKG_DEPS | sed 's/\"//g')
echo "[DEBUGGA] Attempting to install $PKG_DEPPIES"
if sudo /usr/bin/apt-get install -y $PKG_DEPPIES ; then
if /usr/bin/apt-get install -y $PKG_DEPPIES ; then
echo ""
echo "[INF] Packages were installed successfully"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment