Skip to content

Commit

Permalink
modified: files/system/usr/share/ublue-os/just/60-custom.just
Browse files Browse the repository at this point in the history
  • Loading branch information
RadioAddition committed Nov 3, 2024
1 parent a1c917a commit 208c7c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/system/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
install_brave:
install-brave: # Install the brave browser. Not included by default due to controversey. Flatpak is advised against as the developers themselves state that it isn't as well maintained
#!/bin/bash

# this script installs Brave Repo and GPG key or the Vivaldi Repo interactively,
Expand Down Expand Up @@ -114,3 +114,5 @@ install_brave:
read -r -p "Which Browser do you want to install? (1-7): " browser_choice
;;
esac
install-nix:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

0 comments on commit 208c7c0

Please sign in to comment.