From cd8324c07cc381f6a264e59d0256c2f31e6d2ee7 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 26 Oct 2025 09:47:14 +0100 Subject: [PATCH] Delete mylar3 --- ct/headers/mylar3 | 6 ------ ct/mylar3.sh | 43 ------------------------------------------- 2 files changed, 49 deletions(-) delete mode 100644 ct/headers/mylar3 delete mode 100644 ct/mylar3.sh diff --git a/ct/headers/mylar3 b/ct/headers/mylar3 deleted file mode 100644 index cd3f10dcc..000000000 --- a/ct/headers/mylar3 +++ /dev/null @@ -1,6 +0,0 @@ - __ ___ __ _____ - / |/ /_ __/ /___ _____|__ / - / /|_/ / / / / / __ `/ ___//_ < - / / / / /_/ / / /_/ / / ___/ / -/_/ /_/\__, /_/\__,_/_/ /____/ - /____/ diff --git a/ct/mylar3.sh b/ct/mylar3.sh deleted file mode 100644 index 53441e8c2..000000000 --- a/ct/mylar3.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) -# Copyright (c) 2021-2025 community-scripts ORG -# Author: davalanche -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://github.com/mylar3/mylar3 - -APP="Mylar3" -var_tags="${var_tags:-torrent;downloader;comic}" -var_cpu="${var_cpu:-1}" -var_ram="${var_ram:-512}" -var_disk="${var_disk:-4}" -var_os="${var_os:-debian}" -var_version="${var_version:-13}" -var_unprivileged="${var_unprivileged:-1}" - -header_info "$APP" -variables -color -catch_errors - -function update_script() { - header_info - if [[ ! -d /opt/mylar3 ]]; then - msg_error "No ${APP} Installation Found!" - exit - fi - - if check_for_gh_release "mylar3" "mylar3/mylar3"; then - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "mylar3" "mylar3/mylar3" "tarball" - systemctl restart mylar3 - fi - exit -} - -start -build_container -description - -msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"