Skip to content

Commit 21bc4dd

Browse files
authored
Update install.sh
1 parent 055b188 commit 21bc4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ sed -i 's@zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.1.so@@' /etc/
127127
bash <(curl -Ls https://raw.githubusercontent.com/xpanel-cp/xbot/main/ioncube.sh --ipv4)
128128

129129
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.3
130+
linkd=https://api.github.com/repos/xpanel-cp/xbot/releases/tags/1.1
131131
link=$(sudo curl -Ls "$linkd" | grep '"browser_download_url":' | sed -E 's/.*"([^"]+)".*/\1/')
132132
sudo wget -O /var/www/html/update.zip $link
133133
sudo unzip -o /var/www/html/update.zip -d /var/www/html/ &

0 commit comments

Comments
 (0)