.
This commit is contained in:
parent
9d9261e4c3
commit
74906094b9
@ -44,6 +44,7 @@ local function inputTimeout()
|
||||
end
|
||||
|
||||
local function inputPrompt()
|
||||
basic.clearDisplay()
|
||||
write("Enter Password: ")
|
||||
inputHash = hash.digestStr(read("*") .. os.getComputerID())
|
||||
end
|
||||
|
@ -1,7 +1,12 @@
|
||||
--you may change these values
|
||||
local repo = "https://git.brulijam.com/brulijam/Computercraft/raw/branch/main/src"
|
||||
|
||||
shell.run("set motd.enable false")
|
||||
|
||||
local motd = settings.get("motd.enable")
|
||||
if motd then
|
||||
shell.run("set motd.enable false")
|
||||
end
|
||||
|
||||
|
||||
--fetch sync script
|
||||
getRequest = http.get(repo .. "/brulijam/sync.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user