fix(install-script): handle no sudo command scenerio #6924
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.
Summary
Install script fixes for the scenario where the sudo command does not exist.
Related Issues / PR's
Screenshots
NA
Affected Areas and Manually Tested Areas
NA
Important
Enhance
install.sh
to handle missingsudo
command and adjustdocker compose
command usage based on plugin availability.install.sh
to handle cases wheresudo
is not available by checking withhash sudo
and providing user guidance.docker_compose_cmd
initialization to default todocker compose
and fallback todocker-compose
if the plugin is not found.sudo
or whensudo
is not found.docker compose
command is being used based on plugin availability.This description was created by for 860fa4a. It will automatically update as commits are pushed.