From a4870ef97eda09c8ce297c620218eb1c2f9d341e Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 24 Sep 2021 09:39:52 +1000 Subject: [PATCH] Update patch.sh --- patch.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patch.sh b/patch.sh index 14bffb7..573c119 100644 --- a/patch.sh +++ b/patch.sh @@ -21,6 +21,7 @@ curl -s https://api.github.com/repos/sbennell/pve-fake-subscription/releases/lat | tr -d \" \ | wget -qi - dpkg -i pve-fake-subscription_*.deb +rm -f pve-fake-subscription_*.deb echo "127.0.0.1 shop.maurer-it.com" | sudo tee -a /etc/hosts @@ -71,5 +72,3 @@ echo "IP Address: $IP" >> /etc/postfix/emailsetupinfo.txt sendmail -v server@lab-network.xyz < /etc/postfix/emailsetupinfo.txt echo "- done!" - -echo "- done!"