56922fa5b1
svn path=/nixos/branches/modular-nixos/; revision=15918
13 lines
119 B
Bash
Executable file
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
|
|
|