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:
authorhikari <94219809+metantesan@users.noreply.github.com>2024-04-17 09:26:02 +0300
committerGitHub <noreply@github.com>2024-04-17 09:26:02 +0300
commite02a199425e17136ceecd7334b23acd03d423b67 (patch)
tree55b85332d637670fc1156a0380e493d612a05ad7 /x-ui.sh
parentd712b44ea10d6bc6873551a2523e0c30a847ea36 (diff)
Add Support For Install On Parch Linux (#2227)
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
;;
*)