fix: use built-in systemd installer

This commit is contained in:
Kyle Kroboth
2025-03-09 00:51:20 -05:00
parent d567436579
commit 54c6fc7b8d
2 changed files with 2 additions and 17 deletions

View File

@@ -46,7 +46,6 @@ function update_script() {
temp_file=$(mktemp)
wget -q https://fileflows.com/downloads/zip -O $temp_file
unzip -oq -d /opt/fileflows $temp_file
chmod +x /opt/fileflows/fileflows-systemd-entrypoint.sh
msg_ok "Updated $APP to latest version"
# Starting Services