Skip to content

Commit 5d4b28a

Browse files
authored
Update unpack.sh
1 parent 6bb5a9b commit 5d4b28a

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

unpack.sh

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sudo rm -f hpm hacker ngt hedit a HackerOS-Steam hbuild getit chker hsh
5151

5252
sudo curl -L -o hedit "https://github.com/HackerOS-Linux-System/hedit/releases/download/v0.3/hedit"
5353
sudo curl -L -o ngt "https://github.com/HackerOS-Linux-System/ngt/releases/download/v0.3/ngt"
54-
sudo curl -L -o hacker "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker"
54+
sudo curl -L -o hacker "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/hacker"
5555
sudo curl -L -o hpm "https://github.com/HackerOS-Linux-System/HackerOS-Package-Manager/releases/download/v0.6/hpm"
5656
sudo curl -L -o HackerOS-Steam "https://github.com/HackerOS-Linux-System/HackerOS-Steam/releases/download/v0.2/HackerOS-Steam"
5757
sudo curl -L -o hbuild "https://github.com/HackerOS-Linux-System/hbuild/releases/download/v0.2/hbuild"
@@ -65,17 +65,18 @@ sudo chmod a+x hacker hpm hedit ngt a HackerOS-Steam hbuild getit chker hsh
6565
# 6. Konfiguracja użytkownika ~/.hackeros (bez sudo, to pliki lokalne)
6666
mkdir -p ~/.hackeros/hacker/
6767
cd ~/.hackeros/hacker/ || exit
68-
rm -f hacker-shell hacker-help hacker-select hacker-docs HackerOS-Updater update-system apt-fronted
69-
70-
curl -L -o hacker-shell "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-shell"
71-
curl -L -o hacker-help "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-help"
72-
curl -L -o hacker-select "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-select"
73-
curl -L -o hacker-docs "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/hacker-docs"
74-
curl -L -o HackerOS-Updater "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/HackerOS-Updater"
68+
rm -f hacker-shell hacker-help hacker-select hacker-docs HackerOS-Updater update-system apt-fronted hacker-repair
69+
70+
curl -L -o hacker-shell "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/hacker-shell"
71+
curl -L -o hacker-repair "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/hacker-repair"
72+
curl -L -o hacker-help "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/hacker-help"
73+
curl -L -o hacker-select "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/hacker-select"
74+
curl -L -o hacker-docs "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/hacker-docs"
75+
curl -L -o HackerOS-Updater "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/HackerOS-Updater"
7576
curl -L -o update-system "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/update-system"
76-
curl -L -o apt-fronted "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.2/apt-fronted"
77+
curl -L -o apt-fronted "https://github.com/HackerOS-Linux-System/Hacker-CLI-Tool/releases/download/v2.3/apt-fronted"
7778

78-
chmod a+x HackerOS-Updater update-system hacker-docs hacker-help hacker-shell hacker-select apt-fronted
79+
chmod a+x HackerOS-Updater update-system hacker-docs hacker-help hacker-shell hacker-select apt-fronted hacker-repair
7980

8081
# 7. Hacker-Lang
8182
mkdir -p ~/.hackeros/hacker-lang/bin

0 commit comments

Comments
 (0)