Skip to content

Commit

Permalink
fix: update nix installer, fix broken just shell script (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Aug 16, 2023
1 parent 527607e commit f87bad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down Expand Up @@ -186,4 +186,4 @@ yafti:

# Switch to the zsh shell
zsh:
sudo lchsh -s /usr/bin/zsh $USER
sudo lchsh $USER /usr/bin/zsh

0 comments on commit f87bad3

Please sign in to comment.