[cdist #2] update manifest for for-loop

This commit is contained in:
elf 2020-05-06 21:41:15 +09:00
parent cc5bb23ad3
commit 3e3210bc68
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
__package zsh --state present pkgs="zsh mosh emacs nmap sipcalc"
__package mosh --state present for pkg in ${pkgs}; do
__package emacks --state present __package ${pkg} --state present
__package namp --state present done
__package sipcalc --state present