We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3314de5 commit 7ef843aCopy full SHA for 7ef843a
unpack.sh
@@ -55,7 +55,7 @@ sudo chmod a+x hacker-compiler
55
cd /usr/bin/
56
sudo rm -rf hackerc
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"
+curl -L -o hacker-editor "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.0.8/hacker-editor"
59
sudo chmod a+x hackerc
60
cd ~
61
echo "[INFO] updated complete"
0 commit comments