From 882cb4e80faa3166c7493018d33c0baadabf9d24 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 22 Oct 2022 17:38:24 -0700 Subject: [PATCH] meta: update installer for new image names --- install-cosmo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-cosmo b/install-cosmo index 1354c11..1235334 100755 --- a/install-cosmo +++ b/install-cosmo @@ -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 : \