From 2d5052bca598889ebba9421c7383bee6b1bc721e Mon Sep 17 00:00:00 2001 From: Joshua Shabanov Date: Fri, 1 Aug 2025 20:15:07 +0300 Subject: [PATCH] install swizzin-install.sh --- install/swizzin-install.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 install/swizzin-install.sh diff --git a/install/swizzin-install.sh b/install/swizzin-install.sh new file mode 100644 index 00000000..6cdca80d --- /dev/null +++ b/install/swizzin-install.sh @@ -0,0 +1,26 @@ +#!/usr/bin/env bash + +# Copyright (c) 2021-2025 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_info "Installing Dependencies" +$STD apt-get install -y curl wget gnupg lsb-release +msg_ok "Dependencies installed" +echo -e "Launching upstream Swizzin installer..." +bash <(curl -sL s5n.sh) +msg_info "Cleaning up" +$STD apt-get -y autoremove +$STD apt-get -y autoclean +msg_ok "Cleaned" + +msg_ok "Swizzin base installation complete. Re‑login and run 'sudo box' to add apps."