From 5b539a545f7d61520e085c14bfc52298a621b974 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 10 Oct 2019 13:54:55 +0200 Subject: [PATCH] removed grsync from package list because it is not needed --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 0e84732..b9407b3 100644 --- a/installer.sh +++ b/installer.sh @@ -205,7 +205,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