Skip to content

Commit 57df403

Browse files
committed
Update zerotrace.sh
1 parent 2dfa01f commit 57df403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ZeroTrace/zerotrace.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ install_tor() {
202202
dnf update -y && dnf install -y tor || return 1
203203
;;
204204
arch)
205-
pacman -Syu --noconfirm tor || return 1
205+
pacman -Sy --noconfirm tor || return 1
206206
;;
207207
*)
208208
echo " [-] Unsupported distribution. Please install Tor manually."
@@ -235,7 +235,7 @@ install_jq() {
235235
dnf update -y && dnf install -y jq || return 1
236236
;;
237237
arch)
238-
pacman -Syu --noconfirm jq || return 1
238+
pacman -Sy --noconfirm jq || return 1
239239
;;
240240
*)
241241
echo " [-] Unsupported distribution. Please install jq manually."
@@ -268,7 +268,7 @@ install_iptables() {
268268
dnf update -y && dnf install -y iptables || return 1
269269
;;
270270
arch)
271-
pacman -Syu --noconfirm iptables || return 1
271+
pacman -Sy --noconfirm iptables || return 1
272272
;;
273273
*)
274274
echo " [-] Unsupported distribution. Please install iptables manually."

0 commit comments

Comments
 (0)