From 452d7043cab10be5a1a240d456a5339e6e4077c1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:48:13 +0200 Subject: [PATCH] Update ubuntu-install.sh --- install/ubuntu-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/ubuntu-install.sh b/install/ubuntu-install.sh index c705e2578..cdbeeaed4 100644 --- a/install/ubuntu-install.sh +++ b/install/ubuntu-install.sh @@ -19,11 +19,11 @@ msg_ok "Installed Dependencies" msg_info "Check GH Releases" echo "Getting 0xERR0R/blocky..." -RELEASE=$(get_gh_release 0xERR0R/blocky) +fetch_and_deploy_gh_release 0xERR0R/blocky echo "Got Version: $RELEASE" echo "Getting aceberg/WatchYourLAN..." -RELEASE=$(get_gh_release aceberg/WatchYourLAN) +fetch_and_deploy_gh_release aceberg/WatchYourLAN echo "Got Version: $RELEASE" echo "Getting actualbudget/actual..."