We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a12582 commit 8e8ba8aCopy full SHA for 8e8ba8a
run.sh
@@ -25,7 +25,7 @@ function download_jdk {
25
K8_CS_FILE="YES"
26
fi
27
28
- if ((`curl https://github.com --connect-timeout 5 -m 5 -s | wc -l` > 10)) ; then
+ if ((`curl https://objects.githubusercontent.com --connect-timeout 5 -m 5 -s | wc -l` > 10)) ; then
29
echo "[+] Welcome to Github Script..."
30
wget -L https://github.com/AlphabugX/csOnvps/releases/download/jdk-8u202-linux-x64/jdk-8u202-linux-x64.tar.gz
31
if [ $K8_CS_FILE == "YES" ];then
0 commit comments