Update ubuntu-install.sh

This commit is contained in:
CanbiZ 2025-04-07 10:48:13 +02:00
parent 11ad1b8772
commit 452d7043ca

View File

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