forked from Hyperion/HyperionOS
Updated installer
This commit is contained in:
@@ -3,10 +3,10 @@ term.clear()
|
||||
term.setCursorPos(1,1)
|
||||
print("Hello, World!")
|
||||
print("Installing tar but bad...")
|
||||
shell.run("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/tag/"..release.."/misc/cct/data/tarbad /tar.lua")
|
||||
shell.run("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/tag/"..release.."/misc/cct/installdata/tarbad /tar.lua")
|
||||
print("Installing HyperionOS...")
|
||||
print("Installing precompiled tar")
|
||||
shell.run("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/tag/"..release.."/misc/cct/data/Build.tar /Build.tar")
|
||||
shell.run("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/tag/"..release.."/misc/cct/installdata/Build.tar /Build.tar")
|
||||
shell.run("tar Build.tar /")
|
||||
print("Removing tar but bad...")
|
||||
shell.run("rm /tar.lua")
|
||||
|
||||
BIN
misc/cct/installdata/Build.tar
Normal file
BIN
misc/cct/installdata/Build.tar
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user