From 9b7f391cb096b87c630a2d9a3c3eeae1f4107857 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sat, 8 Aug 2026 22:50:46 +0200 Subject: [PATCH] Add script to run Linutil during installation Integrated the Linutil script from christitus.com into the installation process. This addition enhances system setup by automating essential Linux configurations. --- 03-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/03-install.sh b/03-install.sh index 6195606..7282822 100755 --- a/03-install.sh +++ b/03-install.sh @@ -119,3 +119,7 @@ sudo deb-get install heroic # steam homebrew - Millenium curl -fsSL "https://steambrew.app/install.sh" | bash + + +# RUN Linutil +curl -fsSL https://christitus.com/linux | sh