Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xpanel-cp authored Jul 14, 2024
1 parent ce7ab56 commit b3a8979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ destination_directory="/var/www/"
}
wellcomeINSTALL() {
echo -e "${YELLOW}************ Select XPanel Version Nginx Web Server************"
echo -e "${GREEN} 1)XPanel v3.9.8"
echo -e "${GREEN} 1)XPanel v3.9.9"
echo -e "${GREEN} 2)XPanel v3.9.7"
echo -e "${GREEN} 3)XPanel v3.9.6"
echo -e "${GREEN} 4)XPanel v3.9.4"
Expand All @@ -123,7 +123,7 @@ wellcomeINSTALL() {
read n
if [ "$n" != "" ]; then
if [ "$n" == "1" ]; then
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-8
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-9
fi
if [ "$n" == "2" ]; then
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-7
Expand Down Expand Up @@ -151,7 +151,7 @@ wellcomeINSTALL() {
fi

else
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-8
linkd=https://api.github.com/repos/xpanel-cp/XPanel-SSH-User-Management/releases/tags/v3-9-9
fi
}
userINPU() {
Expand Down

0 comments on commit b3a8979

Please sign in to comment.