mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
install multiuser Nix (--daemon)
This commit is contained in:
parent
db7dd2cff8
commit
5c9a185238
|
@ -263,7 +263,7 @@ installNix() {
|
|||
fi
|
||||
|
||||
echo "Running nix installer..."
|
||||
if $SHELL "${tmpNixInstall}"; then
|
||||
if $SHELL "${tmpNixInstall}" --daemon; then
|
||||
echo "Nix is installed"
|
||||
rm "${tmpNixInstall}"
|
||||
else
|
||||
|
@ -348,9 +348,6 @@ set -o nounset
|
|||
set -o xtrace
|
||||
set -o errexit
|
||||
|
||||
add-apt-repository --remove multiverse
|
||||
add-apt-repository --remove universe
|
||||
add-apt-repository --remove restricted
|
||||
apt update
|
||||
apt install -y git tar wget curl jq
|
||||
checkEnv
|
||||
|
|
Loading…
Reference in a new issue