Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor_uuid = "xDjCheQ7"
- local start_uuid = "NGVEuPGT"
- local startup_uuid = "KmPrhLVB"
- print("Downloading storage_monitor.lua.")
- shell.execute("pastebin", "get", monitor_uuid, "storage_monitor.lua")
- print("Downloading start_monitor.lua.")
- shell.execute("pastebin", "get", start_uuid, "start_monitor.lua")
- print("Downloading startup.lua.")
- shell.execute("pastebin", "get", startup_uuid, "startup.lua")
- print("Creating max_storage.txt")
- local file = fs.open("max_storage.txt", "w")
- file.write("0")
- file.close()
- print("Executing start_monitor.lua")
- shell.execute("start_monitor.lua")
- print("Storage Monitor version 1.0 Successfully Installed.")
- print("Please make sure to update max_storage.txt to reflect the maximum number of bytes available in your storage network")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement