From 44b8c6f2e41ade111f41a5e4423696ad9f20aa5f Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 10 Feb 2026 08:10:12 -0800 Subject: [PATCH] updates --- main/setup.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main/setup.sh b/main/setup.sh index 78f4579..98eb9b8 100755 --- a/main/setup.sh +++ b/main/setup.sh @@ -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 \ No newline at end of file +exit