A simple text script for net-deploy

This commit is contained in:
Anton Hvornum 2018-04-07 09:40:10 +02:00 committed by GitHub
parent 7fd700b3c4
commit 807a0db445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"install ssh": {
"pacman -y -S openssh" : null
}
}