Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/x-ui.sh b/x-ui.sh
index 8581a302..a9ef1601 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -422,7 +422,7 @@ enable_bbr() {
fedora)
dnf -y update && dnf -y install ca-certificates
;;
- arch | manjaro)
+ arch | manjaro | parch)
pacman -Sy --noconfirm ca-certificates
;;
*)
@@ -749,7 +749,7 @@ ssl_cert_issue() {
fedora)
dnf -y update && dnf -y install socat
;;
- arch | manjaro)
+ arch | manjaro | parch)
pacman -Sy --noconfirm socat
;;
*)
@@ -1117,7 +1117,7 @@ install_iplimit() {
fedora)
dnf -y update && dnf -y install fail2ban
;;
- arch | manjaro)
+ arch | manjaro | parch)
pacman -Syu --noconfirm fail2ban
;;
*)
@@ -1199,7 +1199,7 @@ remove_iplimit() {
dnf remove fail2ban -y
dnf autoremove -y
;;
- arch | manjaro)
+ arch | manjaro | parch)
pacman -Rns --noconfirm fail2ban
;;
*)