9 lines
91 B
Bash
Executable File
9 lines
91 B
Bash
Executable File
#! /bin/sh
|
|
|
|
nohup bash -c 'NIX_REMOTE= ./install-script.sh &>/dev/tty11' &
|
|
|
|
disown
|
|
|
|
exit
|
|
|