8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4c01b commit cfd9293Copy full SHA for cfd9293
scripts/lib/query_problem.sh
@@ -83,10 +83,10 @@ function install_xidel()
83
esac
84
if [ ! -f ${xidel_tar} ]; then
85
echo "Downloading xidel......"
86
- curl -L http://softlayer-sng.dl.sourceforge.net/project/videlibri/Xidel/Xidel%20${xidel_ver}/${xidel_tar} -o ${xidel_tar}
+ curl -s -L https://jaist.dl.sourceforge.net/project/videlibri/Xidel/Xidel%20${xidel_ver}/${xidel_tar} -o ${xidel_tar}
87
fi
88
tar -zxvf ${xidel_tar}
89
- ./install.sh
+ sudo ./install.sh
90
91
92
#install the xidel on MacOS platform
0 commit comments