Skip to content

Commit 797da28

Browse files
authored
Merge pull request #23 from black-06/master
fix debian release
2 parents 4566260 + f3fd290 commit 797da28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function ddcs() {
6464
elif [[ $arch == Mac* ]]; then
6565
src="Docker/Docker.app/Contents/MacOS/Docker Desktop.app/Contents/Resources"
6666
elif [[ $arch == Debian* ]]; then
67-
tar -zxf "tmp/${arch}/data.tar" -C "tmp/${arch}"
67+
tar -xf "tmp/${arch}/data.tar" -C "tmp/${arch}"
6868
src="opt/docker-desktop/resources"
6969
else
7070
echo "unknown arch"

0 commit comments

Comments
 (0)