@@ -15,10 +15,12 @@ curl -L -o HackerOS-Game-Mode.AppImage "https://github.com/HackerOS-Linux-System
1515curl -L -o Hacker_Launcher " https://github.com/HackerOS-Linux-System/Hacker-Launcher/releases/download/v0.4/Hacker-Launcher"
1616curl -L -o Hacker-Mode " https://github.com/HackerOS-Linux-System/Hacker-Mode/releases/download/v0.8/Hacker-Mode"
1717curl -L -o HackerOS-Welcome " https://github.com/HackerOS-Linux-System/HackerOS-Welcome/releases/download/v0.1/HackerOS-Welcome"
18+ curl -L -o HackerOS-Connect.AppImage " https://github.com/HackerOS-Linux-System/HackerOS-Connect/releases/download/v0.3/HackerOS-Connect.AppImage"
1819sudo chmod a+x Hacker_Launcher
1920sudo chmod a+x Hacker-Mode
2021sudo chmod a+x HackerOS-Welcome
2122sudo chmod a+x HackerOS-Game-Mode.AppImage
23+ sudo chmod a+x HackerOS-Connect.AppImage
2224cd ..
2325cd HackerOS-Games
2426curl -L -o HackerOS-Games.AppImage " https://github.com/HackerOS-Linux-System/HackerOS-Games/releases/download/v0.3/HackerOS-Games.AppImage"
@@ -30,5 +32,28 @@ sudo chmod a+x HackerOS-Games.AppImage
3032sudo chmod a+x the-racer
3133sudo chmod a+x bit-jump.love
3234sudo chmod a+x starblaster
35+ cd /usr/bin/
36+ sudo rm -rf hacker
37+ curl -L -o hacker " https://github.com/HackerOS-Linux-System/Hacker-Package-Manager/releases/download/v0.9/hacker"
38+ sudo chmod a+x hacker
39+ cd ~ /.hackeros/
40+ sudo rm -rf hacker-shell
41+ sudo rm -rf hacker-help
42+ curl -L -o hacker-shell " https://github.com/HackerOS-Linux-System/Hacker-Package-Manager/releases/download/v0.9/hacker-shell"
43+ curl -L -o hacker-help " https://github.com/HackerOS-Linux-System/Hacker-Package-Manager/releases/download/v0.9/hacker-help"
44+ sudo chmod a+x hacker-help
45+ sudo chmod a+x hacker-shell
46+ cd hacker-lang
47+ cd bin
48+ sudo rm -rf hacker-compiler
49+ sudo rm -rf hacker-library
50+ curl -L -o hacker-compiler " https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.4/hacker-compiler"
51+ curl -L -o hacker-library " https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.4/hacker-library"
52+ sudo chmod a+x hacker-library
53+ sudo chmod a+x hacker-compiler
54+ cd /usr/bin/
55+ sudo rm -rf hackerc
56+ curl -L -o hackerc " https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.4/hackerc"
57+ sudo chmod a+x hackerc
3358cd ~
3459echo " [INFO] updated complete"
0 commit comments