From 3eea0bdca524b4f6d342d90a2da3aad7bb0ec0be Mon Sep 17 00:00:00 2001 From: Alexandre Pion Date: Wed, 2 Jun 2021 15:12:39 +0200 Subject: [PATCH 1/2] Follow Github redirection --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 69eae9fe..8bf59ed4 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -42,7 +42,7 @@ sudo yum -y install httpd unzip #### Install Zonemaster Web GUI ```sh -curl -O https://github.com/zonemaster/zonemaster-gui/releases/download/v3.3.0/zonemaster_web_gui.zip +curl -L -O https://github.com/zonemaster/zonemaster-gui/releases/download/v3.3.0/zonemaster_web_gui.zip sudo install -vd /var/www/html/zonemaster-web-gui sudo install -vd /var/log/zonemaster sudo unzip -d /var/www/html/zonemaster-web-gui zonemaster_web_gui.zip From c75c6fa79e5e7eeca6deb543d05962287bc7abec Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Thu, 3 Jun 2021 17:00:55 +0200 Subject: [PATCH 2/2] Update master to state of develop --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 69eae9fe..8bf59ed4 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -42,7 +42,7 @@ sudo yum -y install httpd unzip #### Install Zonemaster Web GUI ```sh -curl -O https://github.com/zonemaster/zonemaster-gui/releases/download/v3.3.0/zonemaster_web_gui.zip +curl -L -O https://github.com/zonemaster/zonemaster-gui/releases/download/v3.3.0/zonemaster_web_gui.zip sudo install -vd /var/www/html/zonemaster-web-gui sudo install -vd /var/log/zonemaster sudo unzip -d /var/www/html/zonemaster-web-gui zonemaster_web_gui.zip