Install sudo before apt-fast script

sudo is not installed in all debian variants
This commit is contained in:
Sebastian Haderecker 2019-07-04 10:50:12 +00:00
parent 504e3f2734
commit d9f7360daf

View file

@ -223,7 +223,7 @@ function fuCHECKPACKAGES {
then
echo "### Installing deps for apt-fast"
apt-get -y update
apt-get -y install curl wget
apt-get -y install curl wget sudo
fi
echo "### Installing apt-fast"
/bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)"