mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
bambuddy: add mkdir before data restore & add ffmpeg dependency (#13601)
This commit is contained in:
parent
1eb246ee41
commit
41848653d6
2 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ network_check
|
|||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y libglib2.0-0
|
||||
$STD apt install -y libglib2.0-0 ffmpeg
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PYTHON_VERSION="3.13" setup_uv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue