mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
56922fa5b1
svn path=/nixos/branches/modular-nixos/; revision=15918
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
|
|
|