File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ update_os
1717msg_info " Installing Dependencies"
1818$STD apt install -y \
1919 ffmpeg \
20- pciutils \
21- libc6-dev
20+ pciutils
2221msg_ok " Installed Dependencies"
2322
2423msg_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
4140if [[ " $install_server " =~ ^[Ss]$ ]]; then
4241 msg_info " Installing FileFlows Server"
You can’t perform that action at this time.
0 commit comments