Advertisement
BlitherLlama

OpenComputers Applied Energistics 2 Auto Stock Installer

Aug 27th, 2022
1,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("Installing Applied Energistics 2 Auto Stock")
  2. print("----------------------------------------------------")
  3. print("Downloading GUI Library from https://pastebin.com/Dfgc6z0T by D_Puppy")
  4. os.execute("pastebin get Dfgc6z0T /lib/gui.lua")
  5. print("Downloading Applied Energistics 2 Auto Stock from https://pastebin.com/S7QtaQaR by exoh")
  6. os.execute("pastebin get S7QtaQaR /home/AE2AutoStock.lua")
  7. print("Setting up Auto-Start of Applied Energistics 2 Auto Stock")
  8. local file,err = io.open("/home/.shrc", "w")
  9. file:write("AE2AutoStock.lua")
  10. file:close()
  11. print("----------------------------------------------------")
  12. print("Finished Installing Applied Energistics 2 Auto Stock")
  13. print("Rebooting in 5 seconds...")
  14. os.sleep(5)
  15. os.execute("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement