1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Add current 0.1028 release

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-10-14 07:01:41 +00:00
parent cf8aa1dc03
commit 7a7a4a2778
7 changed files with 31 additions and 16 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
if [ -f /etc/openmptcprouter-vps-admin/update ]; then
wget -O - http://www.openmptcprouter.com/server-test/debian10-x86_64.sh | sh
wget -O - http://www.openmptcprouter.com/server/debian10-x86_64.sh | sh
rm -f /etc/openmptcprouter-vps-admin/update
reboot
fi