Skip to content

Commit 47c2e17

Browse files
authored
Update unpack.sh
1 parent 61f46ee commit 47c2e17

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

unpack.sh

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,22 @@ cd bin
4949
sudo rm -rf hacker-compiler
5050
sudo rm -rf hacker-parser
5151
sudo rm -rf hacker-editor
52-
curl -L -o hacker-compiler "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.9/hacker-compiler"
53-
curl -L -o hacker-library "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.9/hacker-parser"
54-
sudo chmod a+x hacker-library
52+
curl -L -o hacker-compiler "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.1.0/hacker-compiler"
53+
curl -L -o hacker-library "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.1.0/hacker-parser"
54+
curl -L -o hacker-editor "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.1.0/hacker-editor"
55+
sudo chmod a+x hacker-editor
56+
sudo chmod a+x hacker-parser
5557
sudo chmod a+x hacker-compiler
58+
cd hackerc
59+
sudo rm -rf repl
60+
sudo rm -rf help-ui
61+
curl -L -o hacker-editor "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.1.0/repl"
62+
curl -L -o hacker-editor "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.1.0/help-ui"
63+
sudo chmod a+x repl
64+
sudo chmod a+x help-ui
5665
cd /usr/bin/
5766
sudo rm -rf hackerc
58-
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.9/hackerc"
59-
curl -L -o hacker-editor "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.9/hacker-editor"
67+
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.1.0/hackerc"
6068
sudo chmod a+x hackerc
6169
cd ~
6270
echo "[INFO] updated complete"

0 commit comments

Comments
 (0)