|
@@ -9,7 +9,7 @@ if [ "$#" -ne 1 ]; then
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
export VERSION=$(date "+%4Y%m%d%H%M%S")
|
|
export VERSION=$(date "+%4Y%m%d%H%M%S")
|
|
|
-export CODE="mint-php$1"
|
|
|
|
|
|
|
+export CODE="mint-php$1-$(uname -m)"
|
|
|
export TAR="$CODE-$(uname -m)-$VERSION"
|
|
export TAR="$CODE-$(uname -m)-$VERSION"
|
|
|
|
|
|
|
|
podman pull ubuntu:latest
|
|
podman pull ubuntu:latest
|