Advertisement
asteroidsteam

updatessh

Jan 5th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. print("Latest SSH Version 2.7")
  2. print("Install? (Y/N)")
  3. local inp = io.read()
  4. if inp == "y" then
  5. print("Installing SSH 2.7")
  6. fs.delete("/os/ssh")
  7. shell.run("cd /os")
  8. shell.setAlias("pastebin", "/rom/programs/http/pastebin")
  9. shell.run("pastebin get 189hC1AL ssh")
  10. shell.setAlias("pastebin", "/os/un")
  11. shell.run("cd /")
  12. else
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement