Add some debugging to apply.sh for mac guest install
Eelco Dolstra committed
Dec 29, 2020 at 16:12 UTC
7fce0d54a2c512ec03421912f2e7f7bbcbaf368b
1 file changed
+1
-1
macs/guest/apply.sh
+1
-1
@@ -49,7 +49,7 @@ echo "%admin ALL = NOPASSWD: ALL" | tee /etc/sudoers.d/passwordless
49
export HOME=~root
50
export ALLOW_PREEXISTING_INSTALLATION=1
51
env
52
- curl https://nixos.org/releases/nix/nix-2.3.3/install > ~nixos/install-nix
52
+ curl -vL https://nixos.org/releases/nix/nix-2.3.3/install > ~nixos/install-nix
53
chmod +rwx ~nixos/install-nix
54
cat /dev/null | sudo -i -H -u nixos -- sh ~nixos/install-nix --daemon
55
)