From 013e6adfc2b8269d7dcd367b79e971a671b416c6 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 10 Oct 2019 13:52:54 +0200 Subject: [PATCH] Update 'Gitea-Installer.sh' --- Gitea-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gitea-Installer.sh b/Gitea-Installer.sh index b4b7885..b8501c2 100644 --- a/Gitea-Installer.sh +++ b/Gitea-Installer.sh @@ -69,7 +69,7 @@ add-apt-repository -y ppa:ondrej/php apt update apt upgrade -y apt dist-upgrade -y -apt install -y rsync grsync sshpass +apt install -y rsync sshpass apt clean apt autoremove -y hostnamectl set-hostname $hostname