From 63ff07ccbe89c300e9a16c31d7cbb00e5ba215d3 Mon Sep 17 00:00:00 2001 From: teepied <1.claw850@passinbox.com> Date: Thu, 4 Dec 2025 01:56:25 +0300 Subject: [PATCH] x-ui.sh typo fixed --- x-ui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x-ui.sh b/x-ui.sh index 6169d01b..63f9b81c 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -1086,6 +1086,7 @@ ssl_cert_issue() { else dnf -y update && dnf -y install socat fi + ;; arch | manjaro | parch) pacman -Sy --noconfirm socat ;;