.
This commit is contained in:
parent
f51946ac78
commit
ccb336f32e
@ -1,3 +1,5 @@
|
||||
labelPrefix = "SPHEAL"
|
||||
|
||||
local hash = require("lib.hash")
|
||||
if os.getComputerLabel() == nil then
|
||||
local labelMainPart = string.sub(hash.digestStr(string.format(os.getComputerID())), 1, 6)
|
||||
|
@ -1,6 +1,5 @@
|
||||
--you may change these values
|
||||
local repo = "https://git.brulijam.com/brulijam/Computercraft/raw/branch/main/src"
|
||||
local labelPrefix = "SPHEAL"
|
||||
|
||||
|
||||
--fetch sync script
|
||||
|
Loading…
Reference in New Issue
Block a user