-
Notifications
You must be signed in to change notification settings - Fork 350
refact, fix: Package managers #629
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
refact, fix: Package managers #629
Conversation
3fca5d7 to
789b48b
Compare
core/tabs/applications-setup/Developer-tools/githubdesktop-setup.sh
Outdated
Show resolved
Hide resolved
| dnf|zypper) | ||
| "$ESCALATION_TOOL" "$PACKAGER" install -y neovim ripgrep fzf python3-virtualenv luarocks golang ShellCheck git |
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 use --non-interactive for zypper
| *) | ||
| printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}" | ||
| exit 1 | ||
| "$ESCALATION_TOOL" "$PACKAGER" install -y chromium |
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.
add zypper here
| *) | ||
| printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}" | ||
| exit 1 | ||
| "$ESCALATION_TOOL" "$PACKAGER" install -y telegram-desktop |
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.
add zypper here
| *) | ||
| printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}" | ||
| exit 1 | ||
| "$ESCALATION_TOOL" "$PACKAGER" install -y thunderbird |
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.
add zypper
| *) | ||
| printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}" | ||
| exit 1 | ||
| "$ESCALATION_TOOL" "$PACKAGER" install -y bash bash-completion tar bat tree unzip fontconfig git |
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.
add zypper
…up.sh Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
Type of Change
Description
Checklist