From e488ba7a8af2d860d5e7bdd1e8533fb90337b8a0 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 21 Apr 2026 13:23:12 +0200 Subject: [PATCH] fileflows: fix journalctl --- install/fileflows-install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index 4efd1b6b..32380f6f 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -17,8 +17,7 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ ffmpeg \ - pciutils \ - libc6-dev + pciutils msg_ok "Installed Dependencies" msg_info "Installing ASP.NET Core Runtime" @@ -34,9 +33,9 @@ fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows" $STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg $STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe -$STD ln -s /lib/x86_64-linux-gnu/libdl.so.2 /opt/fileflows/Server/runtimes/linux-x64/native/libdl.so +$STD rm -rf /opt/fileflows/Server/runtimes/win-* -read -r -p "Do you want to install FileFlows Server or Node? (S/N): " install_server +read -r -p "${TAB3}Do you want to install FileFlows Server or Node? (S/N): " install_server if [[ "$install_server" =~ ^[Ss]$ ]]; then msg_info "Installing FileFlows Server"