mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
21ee887b75
svn path=/nixos/trunk/; revision=12822
12 lines
119 B
Bash
Executable file
12 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
|
|
|