forked from Hyperion/HyperionOS
fixed again
This commit is contained in:
@@ -8,12 +8,13 @@ print("Installing HyperionOS...")
|
||||
print("Installing precompiled 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 /")
|
||||
sleep(1)
|
||||
print("Removing tar but bad...")
|
||||
shell.run("rm /tar.lua")
|
||||
shell.run("rm $")
|
||||
shell.run("rm Build.tar")
|
||||
shell.run("cp Build $")
|
||||
shell.run("rm Build")
|
||||
shell.run("rm Build.tar")
|
||||
fs.copy("/$/boot/cct/eeprom","/startup.lua")
|
||||
print("Installing...")
|
||||
sleep(1)
|
||||
|
||||
Reference in New Issue
Block a user