Commit 4cac49aa by Filippo Valsorda

deps.sh: replace a leftover "sudo" with "$SUDO"

parent 730cdb5f
......@@ -145,7 +145,7 @@ fi
# Do the install(s)
cd /tmp
sudo $PKGCMD $PKGCMD_OPTS $PKG_CANDIDATES
$SUDO $PKGCMD $PKGCMD_OPTS $PKG_CANDIDATES
if [ $? -ne 0 ]
then
echo "Package installation failed: $PKG_CANDIDATES"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment