From 208c7c03ac7807ec0e2e437726e8e1b5a9001027 Mon Sep 17 00:00:00 2001 From: RadioAddition Date: Sun, 3 Nov 2024 14:08:17 -0500 Subject: [PATCH] modified: files/system/usr/share/ublue-os/just/60-custom.just --- files/system/usr/share/ublue-os/just/60-custom.just | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/system/usr/share/ublue-os/just/60-custom.just b/files/system/usr/share/ublue-os/just/60-custom.just index dc21c51..dabf949 100644 --- a/files/system/usr/share/ublue-os/just/60-custom.just +++ b/files/system/usr/share/ublue-os/just/60-custom.just @@ -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, @@ -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