Skip to content

Commit f29d2d8

Browse files
authored
Update unpack.sh
1 parent c8ec33b commit f29d2d8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

unpack.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ sudo chmod a+x Hacker-Term
2626
cd ..
2727
cd HackerOS-Games
2828
curl -L -o HackerOS-Games.AppImage "https://github.com/HackerOS-Linux-System/HackerOS-Games/releases/download/v0.4/HackerOS-Games"
29-
curl -L -o the-racer ""
30-
curl -L -o starblaster ""
31-
curl -L -o bit-jump.love ""
32-
curl -L -o ""
33-
sudo chmod a+x HackerOS-Games.AppImage
29+
curl -L -o the-racer "https://github.com/HackerOS-Linux-System/HackerOS-Games/releases/download/v0.4/the-racer"
30+
curl -L -o starblaster "https://github.com/HackerOS-Linux-System/HackerOS-Games/releases/download/v0.4/starblaster"
31+
curl -L -o bit-jump.love "https://github.com/HackerOS-Linux-System/HackerOS-Games/releases/download/v0.4/bit-jump.love"
32+
sudo chmod a+x HackerOS-Games
3433
sudo chmod a+x the-racer
3534
sudo chmod a+x bit-jump.love
3635
sudo chmod a+x starblaster

0 commit comments

Comments
 (0)