File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # ################### x-ui-pro v6.6.3 @ github.com/GFW4Fun ##############################################
2
+ # ################### x-ui-pro v6.6.4 @ github.com/GFW4Fun ##############################################
3
3
[[ $EUID -ne 0 ]] && echo " not root!" && sudo su -
4
4
# #############################INFO######################################################################
5
5
msg_ok () { echo -e " \e[1;42m $1 \e[0m" ; }
64
64
# ##############################Install Packages#########################################################
65
65
if [[ ${INSTALL} == * " y" * ]]; then
66
66
$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
68
68
$Pak -y install $i
69
69
done
70
70
systemctl daemon-reload
You can’t perform that action at this time.
0 commit comments