Skip to content

Commit 13fc49a

Browse files
authored
Update x-ui-pro.sh
psmisc
1 parent 6d2ac05 commit 13fc49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-ui-pro.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#################### x-ui-pro v6.6.3 @ github.com/GFW4Fun ##############################################
2+
#################### x-ui-pro v6.6.4 @ github.com/GFW4Fun ##############################################
33
[[ $EUID -ne 0 ]] && echo "not root!" && sudo su -
44
##############################INFO######################################################################
55
msg_ok() { echo -e "\e[1;42m $1 \e[0m";}
@@ -64,7 +64,7 @@ fi
6464
###############################Install Packages#########################################################
6565
if [[ ${INSTALL} == *"y"* ]]; then
6666
$Pak -y update
67-
for i in epel-release cronie unzip curl nginx certbot python3-certbot-nginx sqlite sqlite3 tor; do
67+
for i in epel-release cronie psmisc unzip curl nginx certbot python3-certbot-nginx sqlite sqlite3 tor; do
6868
$Pak -y install $i
6969
done
7070
systemctl daemon-reload

0 commit comments

Comments
 (0)