1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00
This commit is contained in:
suyuan 2023-03-12 12:14:18 +08:00
parent 91a50152cb
commit 743ce1eb1b
20 changed files with 145 additions and 86 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