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:
-rw-r--r--install.sh2
-rwxr-xr-xupdate.sh2
-rw-r--r--x-ui.sh1
3 files changed, 3 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 1f1b37ff..fd730bca 100644
--- a/install.sh
+++ b/install.sh
@@ -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}"
diff --git a/update.sh b/update.sh
index fb4af567..66c0566c 100755
--- a/update.sh
+++ b/update.sh
@@ -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}"
diff --git a/x-ui.sh b/x-ui.sh
index 6169d01b..f8ead9d6 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
;;