This commit is contained in:
2026-02-10 08:10:12 -08:00
parent 95de10bfa9
commit 44b8c6f2e4

View File

@@ -4,19 +4,20 @@
set -eu set -eu
USER=fithwum USER=fithwum
MAKEMKV_VERSION=1.18.2 MAKEMKV_VERSION=1.18.3
JF_VERSION_TYPE=media-player JF_VERSION_TYPE=media-player
JF_VERSION=1.12.0 JF_VERSION=1.12.0
LINUX_VERSION=trixie LINUX_VERSION=trixie
PROTON_VERSION=2.14.0 PROTON_VERSION=2.14.0
KRITA_VERSION=5.2.14 KRITA_VERSION=5.2.15
echo " " echo " "
echo "INFO ! checking for & installing updates." echo "INFO ! checking for & installing updates & Core things."
echo " " echo " "
apt-get --fix-broken install -y apt-get --fix-broken install -y
apt-get -y update apt-get -y update
apt-get -y upgrade apt-get -y upgrade
apt-get install --no-install-recommends -y firmware-linux-free debian-kernel-handbook
echo " " echo " "
echo "INFO ! Security Tools." echo "INFO ! Security Tools."