Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Jan 13, 2025
1 parent 287c466 commit e1285c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ main() {
export DEBIAN_FRONTEND=noninteractive
show $sudo apt-get update
show $sudo apt-get install -y curl
elif ! available dnf && ! available yum && available rpm-ostree; then
show $sudo rpm-ostree install --idempotent curl
fi
fi

Expand Down Expand Up @@ -115,6 +113,7 @@ main() {
show $sudo zypper --non-interactive install brave-browser

elif available rpm-ostree; then
available curl || available wget || show $sudo rpm-ostree install --idempotent curl
show $curl https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo|show $sudo tee /etc/yum.repos.d/brave-browser.repo >/dev/null
show $sudo rpm-ostree install --idempotent brave-browser

Expand Down

0 comments on commit e1285c0

Please sign in to comment.