Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias
20287ac8c8 Update yubal.sh 2026-01-31 21:07:52 +01:00
Tobias
6a308f5469 Update yubal-install.sh 2026-01-31 20:58:44 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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"