mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
Remove erroneous . from wget commands
wget always downloads into current directory
This commit is contained in:
parent
a99bb4823b
commit
e682997b3d
@ -21,10 +21,10 @@
|
||||
# master and run.
|
||||
|
||||
echo "Downloading binary release tar ($SERVER_BINARY_TAR_URL)"
|
||||
wget "$SERVER_BINARY_TAR_URL" .
|
||||
wget "$SERVER_BINARY_TAR_URL"
|
||||
|
||||
echo "Downloading binary release tar ($SALT_TAR_URL)"
|
||||
wget "$SALT_TAR_URL" .
|
||||
wget "$SALT_TAR_URL"
|
||||
|
||||
echo "Unpacking Salt tree"
|
||||
rm -rf kubernetes
|
||||
|
Loading…
Reference in New Issue
Block a user