Skip to content

Commit 309a159

Browse files
authored
Update unpack.sh
1 parent 5238f6b commit 309a159

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

unpack.sh

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ curl -L -o HackerOS-Game-Mode.AppImage "https://github.com/HackerOS-Linux-System
1515
curl -L -o Hacker_Launcher "https://github.com/HackerOS-Linux-System/Hacker-Launcher/releases/download/v0.4/Hacker-Launcher"
1616
curl -L -o Hacker-Mode "https://github.com/HackerOS-Linux-System/Hacker-Mode/releases/download/v0.8/Hacker-Mode"
1717
curl -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"
1819
sudo chmod a+x Hacker_Launcher
1920
sudo chmod a+x Hacker-Mode
2021
sudo chmod a+x HackerOS-Welcome
2122
sudo chmod a+x HackerOS-Game-Mode.AppImage
23+
sudo chmod a+x HackerOS-Connect.AppImage
2224
cd ..
2325
cd HackerOS-Games
2426
curl -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
3032
sudo chmod a+x the-racer
3133
sudo chmod a+x bit-jump.love
3234
sudo 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
3358
cd ~
3459
echo "[INFO] updated complete"

0 commit comments

Comments
 (0)