From 0666c26cba033d6fde276f25421bb5cc3c93afac Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Wed, 20 Sep 2023 16:06:28 +1000 Subject: [PATCH] pass --- bash_scripts/debian-docker-install.sh | 1 + bash_scripts/docker-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bash_scripts/debian-docker-install.sh b/bash_scripts/debian-docker-install.sh index afb2a52..aea6f0b 100755 --- a/bash_scripts/debian-docker-install.sh +++ b/bash_scripts/debian-docker-install.sh @@ -1,3 +1,4 @@ +set -e sudo apt-get update sudo apt-get install --assume-yes ca-certificates curl gnupg diff --git a/bash_scripts/docker-install.sh b/bash_scripts/docker-install.sh index 1bc1286..ebeb58f 100755 --- a/bash_scripts/docker-install.sh +++ b/bash_scripts/docker-install.sh @@ -1,3 +1,4 @@ +set -e sudo apt-get update sudo apt-get install --assume-yes \