mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 22:33:34 +00:00
Merge pull request #3159 from justinsb/wget_no_dot
Remove erroneous . from wget commands
This commit is contained in:
commit
a039ead186
@ -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