From ab88c8decf7ebed31cbe5d7e18cece244c279448 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:24:27 +0200 Subject: [PATCH] Remove: Swizzin (#16535) --- ct/swizzin.sh | 44 -------------------------------------- install/swizzin-install.sh | 30 -------------------------- 2 files changed, 74 deletions(-) delete mode 100644 ct/swizzin.sh delete mode 100644 install/swizzin-install.sh diff --git a/ct/swizzin.sh b/ct/swizzin.sh deleted file mode 100644 index 659b525ad..000000000 --- a/ct/swizzin.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) -# Copyright (c) 2021-2026 community-scripts ORG -# Author: EEJoshua -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://swizzin.ltd/ - -APP="Swizzin" -var_tags="${var_tags:-seedbox}" -var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-4096}" -var_disk="${var_disk:-20}" -var_os="${var_os:-debian}" -var_version="${var_version:-12}" -var_arm64="${var_arm64:-yes}" -var_unprivileged="${var_unprivileged:-1}" - -header_info "$APP" -variables -color -catch_errors - -function update_script() { - header_info - check_container_storage - check_container_resources - if ! command -v sudo box >/dev/null 2>&1; then - msg_error "No ${APP} installation found!" - exit - fi - msg_info "Running 'sudo box update' inside the container" - $STD sudo box update - msg_ok "Updated successfully!" - 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}If installed panel, access through the following URL:${CL}" -echo -e "${GATEWAY}${BGN}http://${IP}${CL}" diff --git a/install/swizzin-install.sh b/install/swizzin-install.sh deleted file mode 100644 index 85804f80c..000000000 --- a/install/swizzin-install.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash - -# Copyright (c) 2021-2026 community-scripts ORG -# Author: EEJoshua -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://swizzin.ltd/ - -source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" -color -verb_ip6 -catch_errors -setting_up_container -network_check -update_os - -msg_warn "WARNING: This script will run an external installer from a third-party source (https://swizzin.ltd/)." -msg_warn "The following code is NOT maintained or audited by our repository." -msg_warn "If you have any doubts or concerns, please review the installer code before proceeding:" -msg_custom "${TAB3}${GATEWAY}${BGN}${CL}" "\e[1;34m" "→ https://s5n.sh" -echo -read -r -p "${TAB3}Do you want to continue? [y/N]: " CONFIRM -if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then - msg_error "Aborted by user. No changes have been made." - exit 10 -fi -bash <(curl -fsSL https://s5n.sh) - -motd_ssh -customize -cleanup_lxc