x-ui.sh typo fixed

This commit is contained in:
teepied 2025-12-04 01:56:25 +03:00
parent 68240061aa
commit 63ff07ccbe

View file

@ -1086,6 +1086,7 @@ ssl_cert_issue() {
else
dnf -y update && dnf -y install socat
fi
;;
arch | manjaro | parch)
pacman -Sy --noconfirm socat
;;