Update patch.sh
This commit is contained in:
parent
898cf4ce20
commit
a4870ef97e
3
patch.sh
3
patch.sh
|
|
@ -21,6 +21,7 @@ curl -s https://api.github.com/repos/sbennell/pve-fake-subscription/releases/lat
|
||||||
| tr -d \" \
|
| tr -d \" \
|
||||||
| wget -qi -
|
| wget -qi -
|
||||||
dpkg -i pve-fake-subscription_*.deb
|
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
|
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
|
sendmail -v server@lab-network.xyz < /etc/postfix/emailsetupinfo.txt
|
||||||
|
|
||||||
echo "- done!"
|
echo "- done!"
|
||||||
|
|
||||||
echo "- done!"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue