Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update nix installer, fix broken just shell script #420

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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