Skip to content

Commit e488ba7

Browse files
committed
fileflows: fix journalctl
1 parent 858de75 commit e488ba7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

install/fileflows-install.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ update_os
1717
msg_info "Installing Dependencies"
1818
$STD apt install -y \
1919
ffmpeg \
20-
pciutils \
21-
libc6-dev
20+
pciutils
2221
msg_ok "Installed Dependencies"
2322

2423
msg_info "Installing ASP.NET Core Runtime"
@@ -34,9 +33,9 @@ fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows"
3433

3534
$STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg
3635
$STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe
37-
$STD ln -s /lib/x86_64-linux-gnu/libdl.so.2 /opt/fileflows/Server/runtimes/linux-x64/native/libdl.so
36+
$STD rm -rf /opt/fileflows/Server/runtimes/win-*
3837

39-
read -r -p "Do you want to install FileFlows Server or Node? (S/N): " install_server
38+
read -r -p "${TAB3}Do you want to install FileFlows Server or Node? (S/N): " install_server
4039

4140
if [[ "$install_server" =~ ^[Ss]$ ]]; then
4241
msg_info "Installing FileFlows Server"

0 commit comments

Comments
 (0)