From 688f6e766837b75f0cdc66fc60648a05bf0453b7 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Mon, 26 Feb 2024 14:42:33 +0100 Subject: [PATCH] Don't build no-gui versions anymore --- bin/COMPILE.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/COMPILE.sh b/bin/COMPILE.sh index 8edc16b..18b7683 100755 --- a/bin/COMPILE.sh +++ b/bin/COMPILE.sh @@ -9,14 +9,6 @@ cd /opt/npbackup OLD_PYTHONPATH="$PYTHONPATH" export PYTHONPATH=/opt/npbackup -if [ "$(printf %.3s $machine)" = "arm" ] || [ "$machine" = "aarch64" ]; then - opts=" --no-gui" - echo "BUILDING WITHOUT GUI because arm detected" -else - otps="" - echo "BUILDING WITH GUI" -fi - /opt/npbackup/venv/bin/python bin/compile.py --audience all $opts export PYTHONPATH="$OLD_PYTHONPATH" \ No newline at end of file