Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Jan 18, 2025
1 parent 12c25e7 commit aebda9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,15 @@ main() {
show $sudo rpm-ostree install -y --idempotent brave-browser

else
error "Could not find a supported package manager. Only apt/dnf/eopkg/pacman/paru/pikaur/rpm-ostree/yay/yum/zypper are supported." "" \
error "Could not find a supported package manager. Only apt/dnf/eopkg/pacman(+paru/pikaur/yay)/rpm-ostree/yum/zypper are supported." "" \
"If you'd like us to support your system better, please file an issue at" \
"https://github.com/brave/install.sh/issues and include the following information:" "" \
"$(uname -srvmo || true)" "" \
"$(cat /etc/os-release || true)"
fi

## Wrap up

if available brave || available brave-browser; then
printf "Installation complete! Start Brave by typing: "
basename "$(command -v brave-browser || command -v brave)"
Expand Down

0 comments on commit aebda9e

Please sign in to comment.