We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4566260 + f3fd290 commit 797da28Copy full SHA for 797da28
release.sh
@@ -64,7 +64,7 @@ function ddcs() {
64
elif [[ $arch == Mac* ]]; then
65
src="Docker/Docker.app/Contents/MacOS/Docker Desktop.app/Contents/Resources"
66
elif [[ $arch == Debian* ]]; then
67
- tar -zxf "tmp/${arch}/data.tar" -C "tmp/${arch}"
+ tar -xf "tmp/${arch}/data.tar" -C "tmp/${arch}"
68
src="opt/docker-desktop/resources"
69
else
70
echo "unknown arch"
0 commit comments