Advertisement
Mlntcandy

ntp_install.lua

Apr 26th, 2024
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. -- self install script for ntp
  2. local url = "https://raw.githubusercontent.com/netaskmc/ntp-cc/main/ntp.lua"
  3. local request = http.get(url)
  4. local contents = request.readAll()
  5. local ntp = loadstring(contents)
  6. ntp("install", "ntp")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement