Skip to content

Commit 903a718

Browse files
authored
Update unpack.sh
1 parent fc1fca5 commit 903a718

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

unpack.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,16 @@ sudo chmod a+x hacker-shell
4646
cd hacker-lang
4747
cd bin
4848
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"
49+
sudo rm -rf hacker-parser
50+
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"
5253
sudo chmod a+x hacker-library
5354
sudo chmod a+x hacker-compiler
5455
cd /usr/bin/
5556
sudo rm -rf hackerc
56-
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.4/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"
5759
sudo chmod a+x hackerc
5860
cd ~
5961
echo "[INFO] updated complete"

0 commit comments

Comments
 (0)