Move mylar3 to new repo

This commit is contained in:
Michel Roegl-Brunner
2026-05-20 14:18:43 +02:00
parent c5aaf72c9b
commit 15859cc9f6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ function update_script() {
exit
fi
if check_for_gh_release "mylar3" "mylar3/mylar3"; then
fetch_and_deploy_gh_release "mylar3" "mylar3/mylar3" "tarball"
if check_for_gh_release "mylar3" "MylarComics/mylar3"; then
fetch_and_deploy_gh_release "mylar3" "MylarComics/mylar3" "tarball"
systemctl restart mylar3
msg_ok "Updated successfully!"
fi