mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Remove wget
This commit is contained in:
parent
f14a1ae2de
commit
7d1baa919b
@ -88,7 +88,6 @@ EOF
|
||||
$SUDO mv -f $TMPUNINSTALL /usr/local/bin/k3s-uninstall.sh
|
||||
|
||||
CURL=`which curl`
|
||||
WGET=`which wget`
|
||||
|
||||
if [ -n "$CURL" ]; then
|
||||
TMPHASH=`mktemp -t k3s-install.XXXXXXXXXX`
|
||||
|
Loading…
Reference in New Issue
Block a user