mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 07:59:24 +03:00
9 lines
91 B
Bash
9 lines
91 B
Bash
![]() |
#! /bin/sh
|
||
|
|
||
|
nohup bash -c 'NIX_REMOTE= ./install-script.sh &>/dev/tty11' &
|
||
|
|
||
|
disown
|
||
|
|
||
|
exit
|
||
|
|