[neon/infrastructure/pangea-data] imager: got asked for /usr/bin/rsvg
Carlos De Maine
null at kde.org
Tue Aug 27 16:12:53 BST 2024
Git commit 43e71a7ac8e6db01a7e8b16874d4d7bdf876b10e by Carlos De Maine.
Committed on 27/08/2024 at 15:12.
Pushed by carlosdem into branch 'master'.
got asked for /usr/bin/rsvg
M +1 -1 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/43e71a7ac8e6db01a7e8b16874d4d7bdf876b10e
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 0488df6..4702a31 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -198,7 +198,7 @@ if [ "$VERSION_CODENAME" = "jammy" ] && [ "$ARCH" = "amd64" ]; then
$SUDO apt-get -y install gfxboot-theme-ubuntu memtest86+ syslinux syslinux-themes-neon || exit 1
elif [ "$VERSION_CODENAME" = "noble" ] && [ "$ARCH" = "amd64" ]; then
# TODO - get rid of syslinux-theme and gfxboot-theme-ubuntu usage - they are so deprecated
- $SUDO apt-get -y install memtest86+ syslinux || exit 1
+ $SUDO apt-get -y install memtest86+ syslinux librsvg2-bin || exit 1
fi
$SUDO apt-get -y install genisoimage
More information about the Neon-commits
mailing list