For a generic Debian install
su -
wget -O ~/script.sh https://raw.githubusercontent.com/TeamCorgo/DebianScript/refs/heads/latest/default.sh && bash ~/script.sh && rm ~/script.shFor Proxmox install (No need for sudo)
su -
wget -O ~/script.sh https://raw.githubusercontent.com/TeamCorgo/DebianScript/refs/heads/latest/proxmox.sh && bash ~/script.sh && rm ~/script.sh