Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("making startup directory");
- fs.makeDir("startup")
- sleep(1);
- print("downloading startup files");
- shell.run("pastebin get dv84Sc6h install")
- print("done")
- fs.move("install","startup/install");
- print("restarting computer");
- sleep(1)
- shell.run("reboot");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement