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!"