From 25c150477186c1084ae9bbc178d8246ecc9eea0f Mon Sep 17 00:00:00 2001 From: Natanael Rodriguez Ramos Date: Sat, 24 May 2025 17:57:02 +0100 Subject: [PATCH] Updated spn-hub install script to remove portmaster-start dependency. --- spn/tools/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spn/tools/install.sh b/spn/tools/install.sh index 585f830a..77a5ec2c 100755 --- a/spn/tools/install.sh +++ b/spn/tools/install.sh @@ -111,11 +111,6 @@ download_spnbinary() { chmod a+x ${dest} } -download_updates() { - log "Downloading updates ..." - ${INSTALLDIR}/hub update -} - setup_systemd() { log "Installing systemd service unit ..." if [ ! "${INSTALLSYSTEMD}" = "yes" ]; then @@ -316,7 +311,6 @@ EOT # Setup hub ensure_install_dir download_spnbinary - download_updates write_config_file "${INSTALLDIR}/config.json" # setup systemd