From 87be84ce20bd6c7f0a92bcdf38ddefacba009563 Mon Sep 17 00:00:00 2001 From: Ricardo Olsen Date: Mon, 3 Jun 2024 20:29:51 -0300 Subject: [PATCH] Compilation script for Inkscape+SAGE on RHEL9. --- platform-rhel9/inkscape-plus-sage.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform-rhel9/inkscape-plus-sage.sh b/platform-rhel9/inkscape-plus-sage.sh index 727d3cff..1d4943e6 100644 --- a/platform-rhel9/inkscape-plus-sage.sh +++ b/platform-rhel9/inkscape-plus-sage.sh @@ -1,4 +1,9 @@ # to compile inkscape + +# INSTALL SCRIPT FOR JSON-SCADA ON RHEL9 AND COMPATIBLE PLATFORMS +# username is supposed to be jsonscada +JS_USERNAME=jsonscada + cd /home/jsonscada sudo -u $JS_USERNAME sh -c 'git clone --recurse-submodules https://gitlab.com/ricardolo/inkscape-rebased.git' cd inkscape-rebased