From 095c69f6a1a112500cf7b32e2017903bb70c7ebf Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 15 Jan 2022 15:17:10 -0500 Subject: [PATCH] f --- hasql.nixc.us/user-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hasql.nixc.us/user-data.sh b/hasql.nixc.us/user-data.sh index a6b47cf..cd9614e 100644 --- a/hasql.nixc.us/user-data.sh +++ b/hasql.nixc.us/user-data.sh @@ -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