nixpkgs/configuration/remote-install-scripts/install-start.sh
2008-06-07 10:52:44 +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