1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 01:31:51 +00:00

Merge pull request #259 from damda58/patch-1

add ffmpeg
This commit is contained in:
tteckster 2022-06-04 11:29:42 -04:00 committed by GitHub
commit 38c02c302c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ apt-get install -y gnupg &>/dev/null
apt-get install -y make &>/dev/null
apt-get install -y zip &>/dev/null
apt-get install -y unzip &>/dev/null
apt-get install -y ffmpeg &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"