nixpkgs/configuration/remote-install-scripts/install-start.sh

9 lines
91 B
Bash
Raw Normal View History

#! /bin/sh
nohup bash -c 'NIX_REMOTE= ./install-script.sh &>/dev/tty11' &
disown
exit