Added new type to be executed, reverted wrong package use

This commit is contained in:
llnu 2020-05-01 11:39:32 +02:00
parent 64fd6db6f6
commit 58991466c4
1 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@ case "$__target_host" in
# Copy a cool motd from the type's file directory
__motd --source "$__files/motd"
__package emacs nmap mosh --state present
# __package emacs --state present
__timezone Europe/Zurich
__my_computer
;;
esac