mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
add another DEBIAN_FRONTEND=noninteractive (#9212)
This commit is contained in:
@@ -7,8 +7,8 @@ if [ "$OS_TYPE" = "ubuntu" ]
|
|||||||
then
|
then
|
||||||
CONFFILE=/etc/apache2/sites-available/000-default.conf
|
CONFFILE=/etc/apache2/sites-available/000-default.conf
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y --no-upgrade install apache2 curl
|
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --no-upgrade install apache2 curl
|
||||||
sudo apt-get -y install realpath # needed for test-apache-conf
|
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install realpath # needed for test-apache-conf
|
||||||
# For apache 2.4, set up ServerName
|
# For apache 2.4, set up ServerName
|
||||||
sudo sed -i '/ServerName/ s/#ServerName/ServerName/' $CONFFILE
|
sudo sed -i '/ServerName/ s/#ServerName/ServerName/' $CONFFILE
|
||||||
sudo sed -i '/ServerName/ s/www.example.com/'$PUBLIC_HOSTNAME'/' $CONFFILE
|
sudo sed -i '/ServerName/ s/www.example.com/'$PUBLIC_HOSTNAME'/' $CONFFILE
|
||||||
|
|||||||
Reference in New Issue
Block a user