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

[*] removed sudo for apt-get install

parent 5ae4750c
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 /usr/bin/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