Merge branch 'master' into patch-1

This commit is contained in:
Dylan Taylor 2021-04-29 10:22:42 -04:00
commit 8b6ee6f303
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import archinstall
# Define the package list in order for lib to source
# which packages will be installed by this profile
__packages__ = ["openssh"]
installation.add_additional_packages(__packages__)
installation.enable_service('sshd')