Update install.sh
This commit is contained in:
11
install.sh
11
install.sh
@@ -95,6 +95,17 @@ if ! curl -sSL -o /usr/local/bin/k0sctl https://github.com/k0sproject/k0sctl/rel
|
||||
exit 1
|
||||
else
|
||||
chmod +x /usr/local/bin/k0sctl
|
||||
|
||||
fi
|
||||
|
||||
# Install k0s (required for kubernetes cluster)
|
||||
info "Installing k0s..."
|
||||
if ! curl -sSL -o /usr/local/bin/k0s https://github.com/k0sproject/k0s/releases/latest/download/k0s-v1.34.3+k0s.0-amd64; then
|
||||
echo "Error: Failed to download k0s." >&2
|
||||
exit 1
|
||||
else
|
||||
chmod +x /usr/local/bin/k0sctl
|
||||
|
||||
fi
|
||||
|
||||
# Install tinkerbell (required for node provisioning)
|
||||
|
||||
Reference in New Issue
Block a user