File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,22 @@ cd bin
4949sudo rm -rf hacker-compiler
5050sudo rm -rf hacker-parser
5151sudo 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
5557sudo 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
5665cd /usr/bin/
5766sudo 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"
6068sudo chmod a+x hackerc
6169cd ~
6270echo " [INFO] updated complete"
You can’t perform that action at this time.
0 commit comments