File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ destination_directory="/var/www/"
110
110
}
111
111
wellcomeINSTALL () {
112
112
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 "
114
114
echo -e " ${GREEN} 2)XPanel v3.9.7"
115
115
echo -e " ${GREEN} 3)XPanel v3.9.6"
116
116
echo -e " ${GREEN} 4)XPanel v3.9.4"
@@ -123,7 +123,7 @@ wellcomeINSTALL() {
123
123
read n
124
124
if [ " $n " != " " ]; then
125
125
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
127
127
fi
128
128
if [ " $n " == " 2" ]; then
129
129
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-7
@@ -151,7 +151,7 @@ wellcomeINSTALL() {
151
151
fi
152
152
153
153
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
155
155
fi
156
156
}
157
157
userINPU () {
You can’t perform that action at this time.
0 commit comments