Windows - Linux - Powershell
debian-XX.X.X-amd64-netinst.isoarchitecture and then the iso-cd subfolderfirmware-XX.X.X-XXXX-netinst.isoInstall and not “Graphical Install”SSH Server at software selectionsudo apt install -y curl
curl -sL https://raw.githubusercontent.com/Rockz1152/Debian/main/setup.sh | sudo bash && exec bash
sudo reboot~/update-system.sh to install system updates
echo 'sudo sh -c "apt update;apt upgrade -y;apt autoremove --purge -y;"' > $HOME/update-system.sh
chmod u+x $HOME/update-system.sh
ip link to retrieve the name of your network interface and substitute as necessarysudo nano /etc/network/interfaces
dhcp to static
iface net# inet dhcp
auto net#
iface net# inet static
allow-hotplug net#
iface net# inet static
iface net# inet static line
address 192.168.0.XX
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8 1.1.1.1
sudo rebootAt software selection, choose
Debian Desktop EnvironmentMATEOpenSSH ServerStandard System UtilitiesInstall the Yaru theme
sudo apt install -y yaru-theme-gtk yaru-theme-icon yaru-theme-sound
CocoInstall MATE Tweak
sudo apt install mate-tweakDisable desktop composition
Marco(No compositor)sudo sh -c "apt update --allow-releaseinfo-change; apt full-upgrade -y; apt autoremove --purge -y"
sudo sed -i 's!bookworm!trixie!g' /etc/apt/sources.list
sudo sed -i 's!bullseye!bookworm!g' /etc/apt/sources.list
sudo sed -i 's!main!main non-free-firmware!g' /etc/apt/sources.list
sudo sed -i 's!buster!bullseye!g' /etc/apt/sources.list
sudo sed -i 's!bullseye/updates!bullseye-security!g' /etc/apt/sources.list
sudo sh -c "apt clean; apt update; apt upgrade --without-new-pkgs -y; apt full-upgrade -y; apt autoremove --purge -y"
YesN which is the defaultsudo rebootcurl -sL https://raw.githubusercontent.com/Rockz1152/Debian/main/setup.sh | sudo bash && exec bash
cat /etc/os-release