Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
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
fix(kasmvnc): optimize KasmVNC deployment script #329
fix(kasmvnc): optimize KasmVNC deployment script #329
Changes from all commits
a8cc861
8213a57
6d6e0dd
c59ba95
bb7d438
10a86bd
46bbcb9
30e6bed
4d831b4
9c3904d
4a72b2e
a2d8e72
026a5bc
4fc9f6d
d418c81
c4f88fa
52ba74c
d619e65
eff921e
eb974cb
f3a0f98
ab96d93
ebc57a1
86b48dd
15e3ec2
41baf48
7d7c7e8
f35b535
a0373c0
ccf299b
ef4f704
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need both
install_rpm
andinstall_dnf
. I just tried theopensuse/leap
image and it has neitherdnf
noryum
, onlyzypper
andrpm
.I'm not sure if this is a script meant for installing the kasmvnc built package or something else, but this at least gives hints for the expectation per distro: https://github.com/kasmtech/KasmVNC/blob/3a8517d7dc461eaccc7ed8e3d3b155e233426fc8/builder/scripts/common.sh#L22-L29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps in the
install_rpm
function, we have a switch case to select based on what tooling is available?Similar to the download function?
Priority:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need
sudo mkdir -p /etc/kasmvnc
here like for the user config?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not run into the need for it.
I can add it as a catchall just in case if you want?