We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd19af commit f9d2624Copy full SHA for f9d2624
1 file changed
release.sh.in
@@ -19,13 +19,9 @@ MKLIVE_REPO=(-r /hostdir/binpkgs -r /hostdir/binpkgs/nonfree -r /hostdir/musl -r
19
20
./build-x86-images.sh -a x86_64 -b base "${MKLIVE_REPO[@]}"
21
./build-x86-images.sh -a x86_64 -b xfce "${MKLIVE_REPO[@]}"
22
-./build-x86-images.sh -a x86_64 -b cinnamon "${MKLIVE_REPO[@]}"
23
-./build-x86-images.sh -a x86_64 -b lxde "${MKLIVE_REPO[@]}"
24
25
./build-x86-images.sh -a x86_64-musl -b base "${MKLIVE_REPO[@]}"
26
./build-x86-images.sh -a x86_64-musl -b xfce "${MKLIVE_REPO[@]}"
27
-./build-x86-images.sh -a x86_64-musl -b cinnamon "${MKLIVE_REPO[@]}"
28
-./build-x86-images.sh -a x86_64-musl -b lxde "${MKLIVE_REPO[@]}"
29
30
mkdir "$DATECODE"
31
mv "*${DATECODE}*.xz" "$DATECODE/"
0 commit comments