diff options
| author | hikari <94219809+metantesan@users.noreply.github.com> | 2024-04-17 09:26:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 09:26:02 +0300 |
| commit | e02a199425e17136ceecd7334b23acd03d423b67 (patch) | |
| tree | 55b85332d637670fc1156a0380e493d612a05ad7 /x-ui.sh | |
| parent | d712b44ea10d6bc6873551a2523e0c30a847ea36 (diff) | |
Add Support For Install On Parch Linux (#2227)
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ;; *) |
