mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Update build scripts
This commit is contained in:
parent
766bd6e929
commit
2047f8dc8d
|
@ -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 -y
|
||||
sudo apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential sudo autoconf -y
|
||||
else
|
||||
apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential -y
|
||||
apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential sudo autoconf -y
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user