From 1d04eb627bf1c7386ac54fc7776f6151d91afa32 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 3 Feb 2024 12:26:30 +0100 Subject: [PATCH] overide system --- templates/UPlanetUmap/index.html | 2 +- tools/jaklis/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/UPlanetUmap/index.html b/templates/UPlanetUmap/index.html index 283f11df..3049be13 100644 --- a/templates/UPlanetUmap/index.html +++ b/templates/UPlanetUmap/index.html @@ -150,7 +150,7 @@ iframe {
- | | + | | | | ♥ diff --git a/tools/jaklis/setup.sh b/tools/jaklis/setup.sh index 6982c73c..8eee70c9 100755 --- a/tools/jaklis/setup.sh +++ b/tools/jaklis/setup.sh @@ -10,7 +10,7 @@ for i in gcc python3-pip python3-setuptools libpq-dev python3-dev python3-wheel; fi done -pip3 install -r --break-system-packages requirements.txt || hasError=1 +pip3 install --break-system-packages -r requirements.txt || hasError=1 chmod u+x jaklis.py sudo ln -sf $(realpath jaklis.py) /usr/local/bin/jaklis || hasError=1