File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ cd bin
4848sudo rm -rf hacker-compiler
4949sudo rm -rf hacker-parser
5050sudo 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"
5353sudo chmod a+x hacker-library
5454sudo chmod a+x hacker-compiler
5555cd /usr/bin/
5656sudo 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"
5959sudo chmod a+x hackerc
6060cd ~
6161echo " [INFO] updated complete"
You can’t perform that action at this time.
0 commit comments