mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 10:51:15 +00:00
fix: yubal: add git (#11394)
This commit is contained in:
parent
cc3d4cec6d
commit
8fa5b2c23f
2 changed files with 4 additions and 1 deletions
|
|
@ -29,6 +29,8 @@ function update_script() {
|
|||
exit
|
||||
fi
|
||||
|
||||
ensure_dependencies git
|
||||
|
||||
if check_for_gh_release "yubal" "guillevc/yubal"; then
|
||||
msg_info "Stopping Services"
|
||||
systemctl stop yubal
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ $STD apt install -y \
|
|||
libssl-dev \
|
||||
libffi-dev \
|
||||
python3-dev \
|
||||
ffmpeg
|
||||
ffmpeg \
|
||||
git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Bun"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue