Skip to content

Commit

Permalink
Comment ariapkg and curlpkg for force the condition into return=false
Browse files Browse the repository at this point in the history
picked solution by that issue Gictorbit#182
  • Loading branch information
NextWork123 committed Sep 9, 2022
1 parent bca08bb commit dbcef8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sharedFuncs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ function download_component() {
fi
else
show_message "downloading $4 ..."
ariapkg=$(package_installed aria2c "summary")
curlpkg=$(package_installed curl "summary")
#ariapkg=$(package_installed aria2c "summary")
#curlpkg=$(package_installed curl "summary")

if [ "$ariapkg" == "true" ];then
show_message "using aria2c to download $4"
Expand Down

0 comments on commit dbcef8f

Please sign in to comment.