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
USER=fithwum
MAKEMKV_VERSION=1.18.2
MAKEMKV_VERSION=1.18.3
JF_VERSION_TYPE=media-player
JF_VERSION=1.12.0
LINUX_VERSION=trixie
PROTON_VERSION=2.14.0
KRITA_VERSION=5.2.14
KRITA_VERSION=5.2.15
echo " "
echo "INFO ! checking for & installing updates."
echo "INFO ! checking for & installing updates & Core things."
echo " "
apt-get --fix-broken install -y
apt-get -y update
apt-get -y upgrade
apt-get install --no-install-recommends -y firmware-linux-free debian-kernel-handbook
echo " "
echo "INFO ! Security Tools."
@@ -391,4 +392,4 @@ apt-get autoclean -y
echo " "
echo "INFO ! Done."
exit
exit