From 274409b3adf6a4db81fb9b4e57f991bf438c0a53 Mon Sep 17 00:00:00 2001 From: PromptPunksFauxCough Date: Sun, 23 Feb 2025 14:44:44 +0000 Subject: [PATCH] too. much. refactor. --- scripts/install_qubes/scripts/1.0-haveno-templatevm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_qubes/scripts/1.0-haveno-templatevm.sh b/scripts/install_qubes/scripts/1.0-haveno-templatevm.sh index 5a85eff584..be6d0d907f 100644 --- a/scripts/install_qubes/scripts/1.0-haveno-templatevm.sh +++ b/scripts/install_qubes/scripts/1.0-haveno-templatevm.sh @@ -32,9 +32,9 @@ function remote { ## Define URL & PGP Fingerprint etc. vars: - user_url=$1 + user_url=$PRECOMPILED_URL base_url=$(printf ${user_url} | awk -F'/' -v OFS='/' '{$NF=""}1') - expected_fingerprint=$2 + expected_fingerprint=$FINGERPRINT binary_filename=$(awk -F'/' '{ print $NF }' <<< "$user_url") package_filename="haveno.deb" signature_filename="${binary_filename}.sig"