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