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 47c2e17 commit 8c3cbb9Copy full SHA for 8c3cbb9
unpack.sh
@@ -63,8 +63,11 @@ curl -L -o hacker-editor "https://github.com/HackerOS-Linux-System/Hacker-Lang/r
63
sudo chmod a+x repl
64
sudo chmod a+x help-ui
65
cd /usr/bin/
66
+sudo rm -rf bytes
67
sudo rm -rf hackerc
68
curl -L -o hackerc "https://github.com/HackerOS-Linux-System/Hacker-Lang/releases/download/v0.1.0/hackerc"
69
+curl -L -o bytes "https://github.com/Bytes-Repository/Bytes-CLI-Tool/releases/download/v0.4/bytes"
70
sudo chmod a+x hackerc
71
+sudo chmod a+x bytes
72
cd ~
73
echo "[INFO] updated complete"
0 commit comments