silent-er nix installation
This commit is contained in:
parent
b087969d49
commit
0a3cc83592
@ -131,8 +131,8 @@ new_line "Install base packages"
|
||||
if ! type nix &> /dev/null
|
||||
then
|
||||
new_line "Install nix packet manager (single user)"
|
||||
bash <(curl -L https://nixos.org/nix/install) --no-daemon 2>&1|pad
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
bash <(curl --silent -L https://nixos.org/nix/install) --no-daemon 2>&1|pad
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh 2>&1|pad
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user