__package uses present/absent
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
d02a1374dd
commit
dfd60ca837
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
|
||||
# rvm core dependencies
|
||||
__package bash --state installed
|
||||
__package curl --state installed
|
||||
__package git-core --state installed
|
||||
__package patch --state installed
|
||||
__package bash --state present
|
||||
__package curl --state present
|
||||
__package git-core --state present
|
||||
__package patch --state present
|
||||
|
|
Loading…
Reference in a new issue