We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981c16d commit 9baed4bCopy full SHA for 9baed4b
1 file changed
install/fileflows-install.sh
@@ -5,7 +5,6 @@
5
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6
# Source: https://fileflows.com/
7
8
-# Import Functions und Setup
9
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
10
color
11
verb_ip6
@@ -17,6 +16,7 @@ update_os
17
16
msg_info "Installing Dependencies"
18
$STD apt install -y \
19
ffmpeg \
+ pciutils \
20
imagemagick
21
msg_ok "Installed Dependencies"
22
@@ -35,6 +35,7 @@ fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows"
35
36
$STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg
37
$STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe
38
+$STD rm -rf /opt/fileflows/Server/runtimes/win-*
39
40
read -r -p "${TAB3}Do you want to install FileFlows Server or Node? (S/N): " install_server
41
0 commit comments