nixpkgs/test/remote-install-scripts/install-start.sh
Eelco Dolstra 56922fa5b1 * Removed the installer directory.
svn path=/nixos/branches/modular-nixos/; revision=15918
2009-06-10 11:02:17 +00:00

13 lines
119 B
Bash
Executable file

#! /bin/sh
nohup bash -c 'NIX_REMOTE= ./install-script.sh &>/dev/tty11' &
sleep 1;
chvt 11 || true;
disown
exit