We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c13b4c commit 2c32516Copy full SHA for 2c32516
1 file changed
unpack.sh
@@ -86,7 +86,7 @@ chmod a+x HackerOS-Updater update-system hacker-docs hacker-help hacker-shell ha
86
# 8. Hacker Lang
87
cd /usr/bin/ || exit
88
sudo rm -f hl
89
-sudo curl -L -o hl "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.2/hl"
+sudo curl -L -o hl "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.3/hl"
90
sudo chmod a+x hl
91
92
cd ~
0 commit comments