Advertisement
ComputerMan123

Mail Installer

Sep 1st, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. print("Downloading net...")
  2. if fs.exists("/net") == false then
  3. shell.run("pastebin", "get", "Tfe71LAz", "net")
  4. else
  5. os.loadAPI("net")
  6. print()
  7. print("Installing...")
  8. net.download("https://raw.githubusercontent.com/Carbon-OS/Mail/Images/boot", "/Mail/Images/boot")
  9. print("Done!")
  10. fs.delete("/net")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement