You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script could just run that last command via sudo/doas (or as is if uid==0, which would keep backwards compatibility with the current way of using the script).
If the command fails, it could offer something like:
Installation failed.To finish installing manually, run the following command with elevated privileges (sudo): install -o root -g root -m 755 ./k0s-1.2.3-solaris-z80 /usr/local/bin/k0s
The only commands that currently need sudo are:
The
curl
could (and maybe should) download the binary into a temp file first, after which the only command that would require sudo would be:The script could just run that last command via sudo/doas (or as is if uid==0, which would keep backwards compatibility with the current way of using the script).
If the command fails, it could offer something like:
Slightly related: k0sproject/k0s#4932
The text was updated successfully, but these errors were encountered: