Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Updating...")
- fs.copy("PFGOS/Users", "Backup/Users")
- fs.delete("PFGOS")
- term.setBackgroundColor(colors.yellow)
- term.setTextColor(colors.black)
- term.clear()
- print("Installing PFGOS, Please wait")
- fs.makeDir("PFGOS/API")
- fs.makeDir("PFGOS/InstApps")
- shell.run("pastebin get FtmDPGRF PFGOS/API/Settings")
- term.setBackgroundColor(colors.yellow)
- term.clear()
- print("Installing PFGOS, Please wait")
- print("Downloaded GUI API")
- shell.run("pastebin get SsQ7rqtG PFGOS/OS")
- term.setBackgroundColor(colors.yellow)
- term.clear()
- print("Installing PFGOS, Please wait")
- print("Downloaded GUI API")
- print("Downloaded OS")
- shell.run("pastebin get QfiSzmEp uninstall")
- term.setBackgroundColor(colors.yellow)
- term.clear()
- print("Installing PFGOS, Please wait")
- print("Downloaded GUI API")
- print("Downloaded OS")
- print("Downloaded Uninstall")
- fs.delete("install")
- startup=fs.open("startup","w")
- startup.write('shell.run("PFGOS/OS")')
- term.setBackgroundColor(colors.blue)
- term.clear()
- print("Update Complete")
- sleep(1)
- fs.copy("Backup/Users", "PFGOS/Users")
- fs.delete("Backup")
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment