meta: update installer for new image names

This commit is contained in:
Connor Olding 2022-10-22 17:38:24 -07:00
parent b2f2f13943
commit 882cb4e80f

View File

@ -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 : \