Skip to content

Commit 8c3cbb9

Browse files
authored
Update unpack.sh
1 parent 47c2e17 commit 8c3cbb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unpack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ curl -L -o hacker-editor "https://github.com/HackerOS-Linux-System/Hacker-Lang/r
6363
sudo chmod a+x repl
6464
sudo chmod a+x help-ui
6565
cd /usr/bin/
66+
sudo rm -rf bytes
6667
sudo rm -rf hackerc
6768
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"
6870
sudo chmod a+x hackerc
71+
sudo chmod a+x bytes
6972
cd ~
7073
echo "[INFO] updated complete"

0 commit comments

Comments
 (0)