Updated spn-hub install script to remove portmaster-start dependency.

This commit is contained in:
Natanael Rodriguez Ramos
2025-05-24 17:57:02 +01:00
parent 2444209834
commit 25c1504771

View File

@@ -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