Update patch.sh

This commit is contained in:
Stewart Bennell 2021-09-24 09:39:52 +10:00 committed by GitHub
parent 898cf4ce20
commit a4870ef97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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