mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-24 18:40:04 +00:00
chore: Remove now unneeded FORCE=1 variables from Fleek installer
This commit is contained in:
parent
407c819676
commit
ff0d9eac17
@ -72,8 +72,8 @@ install-fleek:
|
||||
if [[ -d "/nix" ]]; then
|
||||
mkdir -p $HOME/.config/nix
|
||||
echo "experimental-features = nix-command flakes" >> $HOME/.config/nix/nix.conf
|
||||
env FORCE=1 nix run "https://getfleek.dev/latest.tar.gz" -- init
|
||||
env FORCE=1 nix run "https://getfleek.dev/latest.tar.gz" -- apply
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- init
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- apply
|
||||
else
|
||||
echo "Install nix with just install-nix before running just install-fleek."
|
||||
fi
|
||||
|
@ -47,8 +47,8 @@ install-fleek:
|
||||
if [[ -d "/nix" ]]; then
|
||||
mkdir -p $HOME/.config/nix
|
||||
echo "experimental-features = nix-command flakes" >> $HOME/.config/nix/nix.conf
|
||||
env FORCE=1 nix run "https://getfleek.dev/latest.tar.gz" -- init
|
||||
env FORCE=1 nix run "https://getfleek.dev/latest.tar.gz" -- apply
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- init
|
||||
nix run "https://getfleek.dev/latest.tar.gz" -- apply
|
||||
else
|
||||
echo "Install nix with just install-nix before running just install-fleek."
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user