From e04373461484f8eb714c132bf4be2b4389dea9f0 Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 15 Oct 2021 19:39:42 +1100 Subject: [PATCH] Update patch.sh Remove apt update ad it is their twice --- patch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/patch.sh b/patch.sh index fbb519f..2301f2c 100644 --- a/patch.sh +++ b/patch.sh @@ -29,7 +29,6 @@ echo "127.0.0.1 shop.maurer-it.com" | tee -a /etc/hosts echo "- Apt Update and upgrade system..." echo "" -apt update apt update && apt dist-upgrade -y echo "- Install Packages." apt install ifupdown2 sasl2-bin mailutils libsasl2-modules curl -y