From f87bad306d553fb7cde8e7e9707db1698ac9f86b Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Wed, 16 Aug 2023 17:07:50 -0400 Subject: [PATCH] fix: update nix installer, fix broken just shell script (#420) --- usr/share/ublue-os/just/custom.just | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/share/ublue-os/just/custom.just b/usr/share/ublue-os/just/custom.just index 375842d6b7b..8d7c9fb4a51 100644 --- a/usr/share/ublue-os/just/custom.just +++ b/usr/share/ublue-os/just/custom.just @@ -109,7 +109,7 @@ framework-13: # Switch to the fish shell fish: - sudo lchsh -s /usr/bin/fish $USER + sudo lchsh $USER /usr/bin/fish # Install recommended GNOME extensions gnome-extensions: @@ -134,7 +134,7 @@ jetbrains-toolbox: # Install nix and Devbox nix-devbox: echo 'Setting phasers to kill. Installing nix.' - curl -s https://raw.githubusercontent.com/dnkmmr69420/nix-installer-scripts/main/installer-scripts/silverblue-nix-installer.sh | bash + curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install echo 'Installing devbox!' curl -fsSL https://get.jetpack.io/devbox | bash echo 'You MUST reboot to continue' @@ -186,4 +186,4 @@ yafti: # Switch to the zsh shell zsh: - sudo lchsh -s /usr/bin/zsh $USER + sudo lchsh $USER /usr/bin/zsh