apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
echo "deb http://deb.debian.org/debian buster-backports main contrib non-free" > /etc/apt/sources.list.d/backports.list
apt update
apt-cache search "linux-image-5." | grep "amd64-unsigned" | grep -v "[-]rt-" | grep -v cloud
apt install linux-image-5.10.0-0.bpo.5-amd64-unsigned firmware-linux
perl -pi -e 's/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=""/' /etc/default/grub
reboot