fileflows: fix journalctl

This commit is contained in:
tremor021
2026-04-21 13:23:12 +02:00
parent 858de75f21
commit e488ba7a8a

View File

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