10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
|
#!/bin/zsh
|
||
|
DEPENDENCIES+=()
|
||
|
REQUIRED_ENV+=()
|
||
|
|
||
|
use scwrypts/meta
|
||
|
|
||
|
CHECK_ENVIRONMENT
|
||
|
#####################################################################
|
||
|
SCWRYPTS__RUN --name system/packages/install --group scwrypts --type zsh -- --update $@
|