Advertisement
BlitherLlama

Untitled

Aug 27th, 2022
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. print("Installing Applied Energistics 2 Auto Stock")
  2. print("----------------------------------------------------")
  3. print("Downloading GUI Library")
  4. os.execute("wget -f https://raw.githubusercontent.com/IgorTimofeev/GUI/master/GUI.lua /lib/GUI.lua")
  5. print("Downloading advancedLua Library")
  6. os.execute("wget -f https://raw.githubusercontent.com/IgorTimofeev/AdvancedLua/master/AdvancedLua.lua /lib/AdvancedLua.lua")
  7. print("Downloading color Library")
  8. os.execute("wget -f https://raw.githubusercontent.com/IgorTimofeev/Color/master/Color.lua /lib/Color.lua")
  9. print("Downloading doubleBuffering Library")
  10. os.execute("wget -f https://raw.githubusercontent.com/IgorTimofeev/DoubleBuffering/master/DoubleBuffering.lua /lib/DoubleBuffering.lua")
  11. print("Downloading image Library")
  12. os.execute("wget -f https://raw.githubusercontent.com/IgorTimofeev/Image/master/Image.lua /lib/Image.lua")
  13. print("Downloading OCIF Library")
  14. os.execute("wget -f https://raw.githubusercontent.com/IgorTimofeev/Image/master/OCIF.lua /lib/OCIF.lua")
  15. print("Downloading AE2 Manager")
  16. os.execute("wget -f https://raw.githubusercontent.com/KaseiFR/ae2-manager/master/src/ae2-manager.lua /home/AE2AutoStock.lua")
  17. print("----------------------------------------------------")
  18. print("Finished Installing Applied Energistics 2 Auto Stock")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement