Added new type to be executed, reverted wrong package use
This commit is contained in:
parent
64fd6db6f6
commit
58991466c4
1 changed files with 3 additions and 1 deletions
|
@ -6,9 +6,11 @@ case "$__target_host" in
|
||||||
# Copy a cool motd from the type's file directory
|
# Copy a cool motd from the type's file directory
|
||||||
__motd --source "$__files/motd"
|
__motd --source "$__files/motd"
|
||||||
|
|
||||||
__package emacs nmap mosh --state present
|
# __package emacs --state present
|
||||||
|
|
||||||
__timezone Europe/Zurich
|
__timezone Europe/Zurich
|
||||||
|
|
||||||
|
__my_computer
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue