Update URLs

This commit is contained in:
zontreck 2024-01-21 14:36:02 -07:00
parent 40df7dc252
commit d5945f63b7
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
shell.run("wget run https://api.zontreck.dev/falloutOS/update_falloutOS.lua")
shell.run("wget run https://git.zontreck.com/zontreck/FalloutOS/raw/branch/master/update_falloutOS.lua")

View file

@ -13,7 +13,7 @@ else
end
shell.run("cd /fos")
shell.run("wget https://api.zontreck.dev/falloutOS/fallout_craftos.lua")
shell.run("wget https://git.zontreck.com/zontreck/FalloutOS/raw/branch/master/fallout_craftos.lua")
print("")
print("ROBCO OS - UPDATING SOFTWARE UPDATER")
sleep(5)
@ -27,7 +27,7 @@ if(fs.exists("/startup/bootstrap.lua")) then
print("!! REMOVED OLD BOOTLOADER")
end
shell.run("cd /startup")
shell.run("wget https://api.zontreck.dev/falloutOS/bootstrap.lua")
shell.run("wget https://git.zontreck.com/zontreck/FalloutOS/raw/branch/master/bootstrap.lua")
print("")
print("ROBCO UPDATER READY")
sleep(1)