Skip to content

Commit

Permalink
gitac/undock curl -o- -k -fSL $URL > $dpkg/$file;
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 2, 2024
1 parent a58b7a1 commit 1bddb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/undock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function print_time_cost(){
# https://github.com/crazy-max/undock/releases/download/v0.8.0/undock_0.8.0_linux_arm64.tar.gz
function loadBins(){
file=undock_0.8.0_linux_amd64.tar.gz; URL=https://github.com/crazy-max/undock/releases/download/v0.8.0/$file
# curl -o- -k -fSL $URL > $dpkg/$file;
AUTH=root:root; curl -o- -u $AUTH http://172.25.23.203/repository1/platform/2024/$file > $dpkg/$file
curl -o- -k -fSL $URL > $dpkg/$file;
# AUTH=root:root; curl -o- -u $AUTH http://172.25.23.203/repository1/platform/2024/$file > $dpkg/$file
# view
# echo "cur: $cur"; pwd;
ls -lh $dpkg/
Expand Down

0 comments on commit 1bddb28

Please sign in to comment.