update autoinstall ebuild init script

pull/1/head
Alexander Miroshnichenko 2020-06-05 13:48:48 +03:00
parent a38139bc11
commit 4c9e37570d
Signed by: alex
GPG Key ID: E93720C6C73A77F4
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ command=/usr/sbin/run-autoinstall.sh
command_args="${autoinstall_args}"
depend() {
need net
after net sshd
}