From e04be40d682415b1bdeb7d8e001ac92d2d50d1f7 Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Mon, 4 Apr 2022 07:28:40 -0700 Subject: [PATCH] Update system.sh --- setup/system.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/system.sh b/setup/system.sh index 91778366..6404b9ef 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -14,7 +14,8 @@ source setup/functions.sh # load our functions # First set the hostname in the configuration file, then activate the setting echo $PRIMARY_HOSTNAME > /etc/hostname -hostname $PRIMARY_HOSTNAME +# Remarking this in this fork to workaround a docker setup issue where this will fail +#hostname $PRIMARY_HOSTNAME # ### Fix permissions @@ -100,7 +101,7 @@ fi hide_output add-apt-repository -y universe # Install the certbot PPA. -hide_output add-apt-repository -y ppa:certbot/certbot +#hide_output add-apt-repository -y ppa:certbot/certbot # Remarking repository to help docker install # Install the duplicity PPA. hide_output add-apt-repository -y ppa:duplicity-team/duplicity-release-git