Skip to content

Commit b3a8979

Browse files
authored
Update install.sh
1 parent ce7ab56 commit b3a8979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ destination_directory="/var/www/"
110110
}
111111
wellcomeINSTALL() {
112112
echo -e "${YELLOW}************ Select XPanel Version Nginx Web Server************"
113-
echo -e "${GREEN} 1)XPanel v3.9.8"
113+
echo -e "${GREEN} 1)XPanel v3.9.9"
114114
echo -e "${GREEN} 2)XPanel v3.9.7"
115115
echo -e "${GREEN} 3)XPanel v3.9.6"
116116
echo -e "${GREEN} 4)XPanel v3.9.4"
@@ -123,7 +123,7 @@ wellcomeINSTALL() {
123123
read n
124124
if [ "$n" != "" ]; then
125125
if [ "$n" == "1" ]; then
126-
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-8
126+
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-9
127127
fi
128128
if [ "$n" == "2" ]; then
129129
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-7
@@ -151,7 +151,7 @@ wellcomeINSTALL() {
151151
fi
152152

153153
else
154-
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-8
154+
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-9
155155
fi
156156
}
157157
userINPU() {

0 commit comments

Comments
 (0)