mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 09:35:24 +00:00
chore: Restore previous fleek installer, still applicable despite recent changes.
This commit is contained in:
parent
ff0d9eac17
commit
36242e9741
@ -60,6 +60,7 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Install Nix Package Support: sudo -A just --unstable install-nix
|
||||
- Install Fleek: just --unstable install-fleek
|
||||
Oversteer:
|
||||
description: Application to control Logitech steering wheels
|
||||
default: false
|
||||
|
@ -72,8 +72,7 @@ install-fleek:
|
||||
if [[ -d "/nix" ]]; then
|
||||
mkdir -p $HOME/.config/nix
|
||||
echo "experimental-features = nix-command flakes" >> $HOME/.config/nix/nix.conf
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- init
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- apply
|
||||
curl -fsSL https://getfleek.dev/installer | env FORCE=1 bash
|
||||
else
|
||||
echo "Install nix with just install-nix before running just install-fleek."
|
||||
fi
|
||||
|
@ -41,6 +41,7 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Install Nix Package Support: sudo -A just --unstable install-nix
|
||||
- Install Fleek: just --unstable install-fleek
|
||||
Oversteer:
|
||||
description: Application to control Logitech steering wheels
|
||||
default: false
|
||||
|
@ -47,8 +47,7 @@ install-fleek:
|
||||
if [[ -d "/nix" ]]; then
|
||||
mkdir -p $HOME/.config/nix
|
||||
echo "experimental-features = nix-command flakes" >> $HOME/.config/nix/nix.conf
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- init
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- apply
|
||||
curl -fsSL https://getfleek.dev/installer | env FORCE=1 bash
|
||||
else
|
||||
echo "Install nix with just install-nix before running just install-fleek."
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user