Update install.sh

This commit is contained in:
Marco Ochse
2019-04-05 17:13:17 +02:00
committed by GitHub
parent a6d75002cd
commit 871fa91616

View File

@ -213,6 +213,8 @@ fi
# If not present install them # If not present install them
function fuCHECKPACKAGES { function fuCHECKPACKAGES {
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
apt-get -y update
apt-get -y install curl
echo "### Installing apt-fast" echo "### Installing apt-fast"
/bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)" /bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)"
echo -n "### Checking for installer dependencies: " echo -n "### Checking for installer dependencies: "