1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

buildPackages.sh shouldn't be interactive

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-09-27 21:07:13 +02:00
parent 63252d2fc0
commit f6176e4a3c
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -56,9 +56,9 @@ done
if [[ $OPT_APT = "true" ]]; then
echo "Installing missing tools (if any)..."
if [[ $EUID -ne 0 && $OPT_SUDO = "true" ]]; then
sudo apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential
sudo apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential -y
else
apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential
apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential -y
fi
fi