[Updated] euphoria-install.sh: switched wget for curl
This commit is contained in:
@@ -29,7 +29,7 @@ check_install(){
|
||||
download_pkgs(){
|
||||
|
||||
if [ ! -f ${tmpdir}/${name}-${version}.${fext} ];then
|
||||
wget ${url} -O ${tmpdir}/${name}-${version}.${fext}
|
||||
curl -o ${tmpdir}/${name}-${version}.${fext} ${url}
|
||||
else
|
||||
printf "The archive already exists..moving to extraction phase\n"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user