diff --git a/install/installcc.lua b/install/installcc.lua index 8a35adc..88e6c81 100644 --- a/install/installcc.lua +++ b/install/installcc.lua @@ -5,10 +5,10 @@ print("Do you want to install HyperionOS? [Y/n]") local input=read() if input=="y" or input=="Y" or input=="" then print("Installing tar but bad...") - shell.run("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/1.2-dev/install/data/tarbad /tar.lua") + shell.run("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/install/data/tarbad /tar.lua") 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("wget https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/install/data/Build.tar /Build.tar") shell.run("tar Build.tar /") print("Removing tar but bad...") shell.run("rm /tar.lua")