Compare commits
4 Commits
2d4ea1bbf4
...
1.2.3
| Author | SHA1 | Date | |
|---|---|---|---|
| e41bd6bee7 | |||
| 359198c1ea | |||
| beebf01223 | |||
| f00453f703 |
@@ -16,6 +16,8 @@ print("Installing HyperionOS...")
|
||||
print("Installing precompiled tar")
|
||||
shell.run("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/1.2-dev/install/data/Build.tar /Build.tar")
|
||||
shell.run("tar Build.tar /")
|
||||
print("Removing tar but bad...")
|
||||
shell.run("rm /tar.lua")
|
||||
shell.run("rm $")
|
||||
shell.run("cp Build $")
|
||||
shell.run("rm Build")
|
||||
|
||||
Reference in New Issue
Block a user