Skip to content

Commit 0e84be8

Browse files
authored
Update unpack.sh
1 parent 9d61bb8 commit 0e84be8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unpack.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ cd bin
4848
sudo rm -rf hacker-compiler
4949
sudo rm -rf hacker-parser
5050
sudo rm -rf hacker-editor
51-
curl -L -o hacker-compiler "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.7/hacker-compiler"
52-
curl -L -o hacker-library "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.7/hacker-parser"
51+
curl -L -o hacker-compiler "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.8/hacker-compiler"
52+
curl -L -o hacker-library "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.8/hacker-parser"
5353
sudo chmod a+x hacker-library
5454
sudo chmod a+x hacker-compiler
5555
cd /usr/bin/
5656
sudo rm -rf hackerc
57-
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.7/hackerc"
58-
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.7/hacker-editor"
57+
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.8/hackerc"
58+
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.8/hacker-editor"
5959
sudo chmod a+x hackerc
6060
cd ~
6161
echo "[INFO] updated complete"

0 commit comments

Comments
 (0)