We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6df2f commit 8ecbb24Copy full SHA for 8ecbb24
build.sh
@@ -1,7 +1,7 @@
1
yazi_VERSION=$1
2
BUILD_VERSION=$2
3
declare -a arr=("bookworm" "trixie" "sid")
4
-j for i in "${arr[@]}"
+for i in "${arr[@]}"
5
do
6
DEBIAN_DIST=$i
7
FULL_VERSION=$yazi_VERSION-${BUILD_VERSION}+${DEBIAN_DIST}_amd64
0 commit comments