Skip to content

Commit

Permalink
workaround fix for #1141
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancYescO committed May 19, 2022
1 parent 4717167 commit 00526d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fi

download_Driver() {
log "Downloading driver $request_driver"
curl -s "https://raw.githubusercontent.com/Ansuel/tch-nginx-gui/master/xdsl_driver/$arch/$request_driver" --output "/tmp/$request_driver"
curl -sk "https://raw.githubusercontent.com/Ansuel/tch-nginx-gui/master/xdsl_driver/$arch/$request_driver" --output "/tmp/$request_driver"
}

test_apply() {
Expand Down

0 comments on commit 00526d0

Please sign in to comment.