From a988556d84cd10595629e462400cbdf4f7d1d794 Mon Sep 17 00:00:00 2001 From: alextrical <35117191+alextrical@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:28:55 +0000 Subject: [PATCH] test --- config/scripts/inkscape.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/scripts/inkscape.sh b/config/scripts/inkscape.sh index 8b554a3ee7..ac25f4d8d8 100755 --- a/config/scripts/inkscape.sh +++ b/config/scripts/inkscape.sh @@ -13,13 +13,13 @@ git clone https://github.com/alextrical/mightyscape-1.2.git /usr/share/inkscape/ mv /usr/share/inkscape/git/mightyscape-1.2/extensions/mightyscape /usr/share/inkscape/extensions/mightyscape rm -rf /usr/share/inkscape/git -# # This script grabs the latest inkstitch release +# This script grabs the latest inkstitch release curl -s https://api.github.com/repos/inkstitch/inkstitch/releases/latest \ | grep "browser_download_url.*x86_64.rpm" \ | cut -d : -f 2,3 \ | tr -d \" \ | xargs wget - -O /tmp/inkstitch.x86_64.rpm -rpm-ostree install /tmp/inkstitch.x86_64.rpm +# rpm-ostree install /tmp/inkstitch.x86_64.rpm rm /tmp/inkstitch.x86_64.rpm #Get latest release