Compare commits

..

5 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
community-scripts-pr-app[bot]
cc3d4cec6d chore: update github-versions.json (#11392)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 18:08:08 +00:00
community-scripts-pr-app[bot]
a1d6102186 chore: update github-versions.json (#11389)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 12:08:47 +00:00
community-scripts-pr-app[bot]
d0b2f0a84e chore: update github-versions.json (#11386)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 06:11:25 +00:00
3 changed files with 19 additions and 16 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

@@ -1,5 +1,5 @@
{
"generated": "2026-01-31T00:19:35Z",
"generated": "2026-01-31T18:07:59Z",
"versions": [
{
"slug": "2fauth",
@@ -109,9 +109,9 @@
{
"slug": "bentopdf",
"repo": "alam00000/bentopdf",
"version": "v1.16.1",
"version": "v2.0.0",
"pinned": false,
"date": "2026-01-26T08:27:11Z"
"date": "2026-01-31T10:13:47Z"
},
{
"slug": "beszel",
@@ -543,16 +543,16 @@
{
"slug": "invoiceninja",
"repo": "invoiceninja/invoiceninja",
"version": "v5.12.50",
"version": "v5.12.51",
"pinned": false,
"date": "2026-01-26T05:28:47Z"
"date": "2026-01-31T03:58:30Z"
},
{
"slug": "jackett",
"repo": "Jackett/Jackett",
"version": "v0.24.988",
"version": "v0.24.993",
"pinned": false,
"date": "2026-01-30T05:55:43Z"
"date": "2026-01-31T05:55:28Z"
},
{
"slug": "joplin-server",
@@ -760,9 +760,9 @@
{
"slug": "mediamtx",
"repo": "bluenviron/mediamtx",
"version": "v1.15.6",
"version": "v1.16.0",
"pinned": false,
"date": "2025-12-28T16:38:35Z"
"date": "2026-01-31T15:38:51Z"
},
{
"slug": "meilisearch",
@@ -774,9 +774,9 @@
{
"slug": "memos",
"repo": "usememos/memos",
"version": "v0.25.3",
"version": "v0.26.0",
"pinned": false,
"date": "2025-11-25T15:40:41Z"
"date": "2026-01-31T15:28:09Z"
},
{
"slug": "metube",
@@ -949,9 +949,9 @@
{
"slug": "paperless-ngx",
"repo": "paperless-ngx/paperless-ngx",
"version": "v2.20.5",
"version": "v2.20.6",
"pinned": false,
"date": "2026-01-21T00:12:33Z"
"date": "2026-01-31T07:30:27Z"
},
{
"slug": "patchmon",
@@ -1397,9 +1397,9 @@
{
"slug": "trip",
"repo": "itskovacs/TRIP",
"version": "1.37.0",
"version": "1.38.0",
"pinned": false,
"date": "2026-01-28T22:19:14Z"
"date": "2026-01-31T15:56:30Z"
},
{
"slug": "tududi",

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"