Skip to content

Commit 606f0c9

Browse files
authored
Update unpack.sh
1 parent 4a2ba40 commit 606f0c9

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

unpack.sh

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sudo chmod a+x starblaster
4242
cd /usr/bin/
4343
sudo rm -rf hpm
4444
sudo rm -rf hacker
45-
curl -L -o hacker "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.1/hacker"
45+
curl -L -o hacker "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker"
4646
curl -L -o hpm "https://github.com/HackerOS-Linux-System/Hacker-Package-Manager/releases/download/v0.5/hpm"
4747
sudo chmod a+x hacker
4848
sudo chmod a+x hpm
@@ -53,18 +53,21 @@ sudo rm -rf hacker-select
5353
sudo rm -rf hacker-docs
5454
sudo rm -rf HackerOS-Updater
5555
sudo rm -rf HackerOS-Update-Better
56-
curl -L -o hacker-shell "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.1/hacker-shell"
57-
curl -L -o hacker-help "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.1/hacker-help"
58-
curl -L -o hacker-select "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.1/hacker-select"
59-
curl -L -o hacker-docs "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.1/hacker-docs"
60-
curl -L -o HackerOS-Updater "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.1/HackerOS-Updater"
61-
curl -L -o HackerOS-Update-Better "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.1/HackerOS-Update-Better"
56+
sudo rm -rf apt-fronted
57+
curl -L -o hacker-shell "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-shell"
58+
curl -L -o hacker-help "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-help"
59+
curl -L -o hacker-select "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-select"
60+
curl -L -o hacker-docs "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-docs"
61+
curl -L -o HackerOS-Updater "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/HackerOS-Updater"
62+
curl -L -o HackerOS-Update-Better "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/HackerOS-Update-Better"
63+
curl -L -o apt-fronted "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/apt-fronted"
6264
sudo chmod a+x HackerOS-Updater
6365
sudo chmod a+x HackerOS-Update-Better
6466
sudo chmod a+x hacker-docs
6567
sudo chmod a+x hacker-help
6668
sudo chmod a+x hacker-shell
6769
sudo chmod a+x hacker-select
70+
sudo chmod a+x apt-fronted
6871
cd ..
6972
cd hacker-lang
7073
cd bin

0 commit comments

Comments
 (0)