fix
Some checks failed
Release 3X-UI / build (386) (push) Has been cancelled
Release 3X-UI / build (amd64) (push) Has been cancelled
Release 3X-UI / build (arm64) (push) Has been cancelled
Release 3X-UI / build (armv5) (push) Has been cancelled
Release 3X-UI / build (armv6) (push) Has been cancelled
Release 3X-UI / build (armv7) (push) Has been cancelled
Release 3X-UI / build (s390x) (push) Has been cancelled
Release 3X-UI / Build for Windows (push) Has been cancelled

This commit is contained in:
MHSanaei 2025-12-04 00:05:21 +01:00
parent 68240061aa
commit 0ea8b5352a
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A
3 changed files with 3 additions and 2 deletions

View file

@ -255,7 +255,7 @@ install_x-ui() {
${blue}x-ui legacy${plain} - Legacy version │
${blue}x-ui install${plain} - Install │
${blue}x-ui uninstall${plain} - Uninstall │
└───────────────────────────────────────────────────────┘"
└───────────────────────────────────────────────────────┘"
}
echo -e "${green}Running...${plain}"

View file

@ -254,7 +254,7 @@ update_x-ui() {
${blue}x-ui legacy${plain} - Legacy version │
${blue}x-ui install${plain} - Install │
${blue}x-ui uninstall${plain} - Uninstall │
└───────────────────────────────────────────────────────┘"
└───────────────────────────────────────────────────────┘"
}
echo -e "${green}Running...${plain}"

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
;;