Skip to content

Commit 9baed4b

Browse files
authored
FileFlows: Update dependencies (#13917)
* Add Node installation option * update deps * add hwaccel * upd
1 parent 981c16d commit 9baed4b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install/fileflows-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
66
# Source: https://fileflows.com/
77

8-
# Import Functions und Setup
98
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
109
color
1110
verb_ip6
@@ -17,6 +16,7 @@ update_os
1716
msg_info "Installing Dependencies"
1817
$STD apt install -y \
1918
ffmpeg \
19+
pciutils \
2020
imagemagick
2121
msg_ok "Installed Dependencies"
2222

@@ -35,6 +35,7 @@ fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows"
3535

3636
$STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg
3737
$STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe
38+
$STD rm -rf /opt/fileflows/Server/runtimes/win-*
3839

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

0 commit comments

Comments
 (0)