This commit is contained in:
Colin 2022-01-15 15:17:10 -05:00
parent 579025eff5
commit 095c69f6a1
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
## Installing packages
apt-get update
DEBIAN_FRONTEND=noninteractive && apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy dist-upgrade
apt-get install -y asciinema iftop htop glances zsh glusterfs-server glusterfs-client salt-minion docker-ctop asciinema
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy dist-upgrade
DEBIAN_FRONTEND=noninteractive apt-get install -y asciinema iftop htop glances zsh glusterfs-server glusterfs-client salt-minion docker-ctop asciinema
## Install docker-compose and docker using convenience scripts
curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose