TOSHIBALL

Jukebox-CC

Jun 19th, 2024
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | Source Code | 0 0
  1. local uri = "https://raw.githubusercontent.com/Toshiball/jukebox-cc/main/install.lua"
  2. local file = fs.open("install.lua", "w")
  3.  
  4. local response = http.get(uri)
  5.  
  6. file.write(response.readAll())
  7. file.close()
  8.  
  9. term.clear()
  10.  
  11. print("Installer downloaded. Please run the 'install' command now.")
  12. print("WARNING - CHANGES TO THIS COMPUTER CANNOT BE UNDONE AFTER RUNNING INSTALL, FILES MAY BE OVERWRITTEN. PLEASE USE AN UNMODIFIED COMPUTER TO PREVENT DATA LOSS OR CONFLICTS.")
Advertisement
Add Comment
Please, Sign In to add comment