We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In installation documentation: https://www.kasmweb.com/kasmvnc/docs/latest/install.html it says that in order to add group to user you type:
# Add your user to the ssl-cert group sudo addgroup $USER ssl-cert
But that is wrong, and you should use adduser instead. Here it is corrected: https://github.com/kasmtech/KasmVNC?tab=readme-ov-file#debianubuntukali but in docs on website it still says to use addgroup
adduser
addgroup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In installation documentation:
https://www.kasmweb.com/kasmvnc/docs/latest/install.html
it says that in order to add group to user you type:
But that is wrong, and you should use
adduser
instead.Here it is corrected: https://github.com/kasmtech/KasmVNC?tab=readme-ov-file#debianubuntukali
but in docs on website it still says to use
addgroup
The text was updated successfully, but these errors were encountered: