apt-get -y

This commit is contained in:
Simon 2021-06-17 00:04:40 +01:00
parent 403957e4df
commit a205a1eaaa
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
echo FreeDMR Docker installer...
echo Installing required packages...
apt install docker.io &&
apt install docker-compose &&
apt install conntrack &&
apt-get -y install docker.io &&
#apt-get -y install docker-compose &&
apt-get -y install conntrack &&
echo Set userland-proxy to false...
echo '{ "userland-proxy": false}' > /etc/docker/daemon.json &&