921b838149
svn path=/nixos/trunk/; revision=16897
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
|
|
|