meta: update installer for new image names
This commit is contained in:
parent
b2f2f13943
commit
882cb4e80f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
&& { [ -w . ] || "$super" chown root:wheel . ;} \
|
||||
&& { [ -w . ] || "$super" chmod 0775 . ;} \
|
||||
&& now="$(date -u +%s)" \
|
||||
&& podman run -v="$out":/out --rm localhost/cosmo \
|
||||
&& podman run -v="$out":/out --rm localhost/cosmo-dist \
|
||||
tar zcf "/out/cosmopolitan-$now.tar.gz" /cosmopolitan \
|
||||
&& if [ -L cosmopolitan ] \
|
||||
;then : \
|
||||
|
|
Loading…
Reference in a new issue