mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Remove erroneous . from wget commands
wget always downloads into current directory
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user