File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,16 @@ sudo chmod a+x hacker-shell
4646cd hacker-lang
4747cd bin
4848sudo 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"
5253sudo chmod a+x hacker-library
5354sudo chmod a+x hacker-compiler
5455cd /usr/bin/
5556sudo 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"
5759sudo chmod a+x hackerc
5860cd ~
5961echo " [INFO] updated complete"
You can’t perform that action at this time.
0 commit comments