From c489874cf2444efc955d425fc20fe83b53d0f5ea Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 10 Oct 2019 11:45:01 +0200 Subject: [PATCH] Update 'Gitea-Installer.sh' --- Gitea-Installer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Gitea-Installer.sh b/Gitea-Installer.sh index 7c09c6a..1f51889 100644 --- a/Gitea-Installer.sh +++ b/Gitea-Installer.sh @@ -101,6 +101,14 @@ mkdir /root/.ssh apt install fail2ban -y +##-------------------## +# Install-Cockpit # +##-------------------## + +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Cockpit/raw/branch/master/Slave-installer.sh -O Slave-Installer.sh +source Slave-Installer.sh + + ##-------------------## # Install-Nginx # ##-------------------##