Add vps.py
This commit is contained in:
parent
c854a76c9c
commit
d76cb05faa
10
vps.py
Normal file
10
vps.py
Normal file
@ -0,0 +1,10 @@
|
||||
import os
|
||||
import time
|
||||
import sys
|
||||
print("Provisioning VPS - Powered by RandomVPS setup script")
|
||||
print("Get VPS: https://randomvps.alwaysdata.net")
|
||||
time.sleep(3)
|
||||
print("Loading sshx (temporary)...")
|
||||
os.system("curl -sSf https://sshx.io/get | sh -s run")
|
||||
time.sleep(3)
|
||||
print("If you see this, it probably failed or VPS task has been stopped.")
|
Loading…
x
Reference in New Issue
Block a user