mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-18 02:32:09 +00:00
Update system.sh
This commit is contained in:
parent
c8d7e2f6b5
commit
e04be40d68
@ -14,7 +14,8 @@ source setup/functions.sh # load our functions
|
|||||||
# First set the hostname in the configuration file, then activate the setting
|
# First set the hostname in the configuration file, then activate the setting
|
||||||
|
|
||||||
echo $PRIMARY_HOSTNAME > /etc/hostname
|
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
|
# ### Fix permissions
|
||||||
|
|
||||||
@ -100,7 +101,7 @@ fi
|
|||||||
hide_output add-apt-repository -y universe
|
hide_output add-apt-repository -y universe
|
||||||
|
|
||||||
# Install the certbot PPA.
|
# 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.
|
# Install the duplicity PPA.
|
||||||
hide_output add-apt-repository -y ppa:duplicity-team/duplicity-release-git
|
hide_output add-apt-repository -y ppa:duplicity-team/duplicity-release-git
|
||||||
|
Loading…
Reference in New Issue
Block a user