We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc12760 commit eb74cbeCopy full SHA for eb74cbe
install.sh
@@ -127,7 +127,7 @@ sed -i 's@zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.1.so@@' /etc/
127
bash <(curl -Ls https://raw.githubusercontent.com/xpanel-cp/xbot/main/ioncube.sh --ipv4)
128
129
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
130
-linkd=https://api.github.com/repos/xpanel-cp/xbot/releases/tags/1.6
+linkd=https://api.github.com/repos/xpanel-cp/xbot/releases/tags/1.7
131
link=$(sudo curl -Ls "$linkd" | grep '"browser_download_url":' | sed -E 's/.*"([^"]+)".*/\1/')
132
sudo wget -O /var/www/html/update.zip $link
133
sudo unzip -o /var/www/html/update.zip -d /var/www/html/ &
0 commit comments