File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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."
You can’t perform that action at this time.
0 commit comments