Advertisement
Vladg24

NetLoader

Nov 22nd, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. local filesystem = require("filesystem")
  2.  
  3. if filesystem.get("bin/edit.lua") == nil or filesystem.get("bin/edit.lua").isReadOnly() then
  4.     error("Floppy disk filesystem detected: type \"install\" in command line and install OpenOS to your Hard Drive. After that run TermOS installer again.")
  5. else
  6.    loadfile("/bin/wget.lua")("https://raw.githubusercontent.com/Vladg24YT/OC-Networks/master/Programs/NetLoader/bin/netloader.lua", "/bin/net.lua", "-f");
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement