use wget instead of curl to get file
This commit is contained in:
parent
c374167eb8
commit
b6ae2cea5d
|
@ -1,2 +1,3 @@
|
|||
tce-load -i libzstd
|
||||
curl -u LOGIN:PASSWORD https://SERVER/PATH/$1
|
||||
login=LOGIN
|
||||
password=PASSWORD
|
||||
wget --header 'Authorization: Basic '$(echo $login:$password|base64) https://SERVER/PATH/$1
|
||||
|
|
Loading…
Reference in New Issue