This commit is contained in:
parent
579025eff5
commit
095c69f6a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue