Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("removing old files")
- sleep(1)
- shell.run("delete startup")
- shell.run("delete run")
- print("downloading new files")
- sleep(1)
- shell.run("pastebin get rB8Qmn8T startup")
- shell.run("pastebin get 9mbWi2Wy run")
- sleep(1)
- print("installing")
- sleep(1)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement