mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-21 08:05:02 +00:00
Update mylar3 to point to new Repo (#14606)
* Move mylar3 to new repo * change form variabel to hardcoded
This commit is contained in:
committed by
GitHub
parent
c5aaf72c9b
commit
d38c5ceb56
+3
-3
@@ -22,12 +22,12 @@ catch_errors
|
||||
function update_script() {
|
||||
header_info
|
||||
if [[ ! -d /opt/mylar3 ]]; then
|
||||
msg_error "No ${APP} Installation Found!"
|
||||
msg_error "No Mylar3 Installation Found!"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user