From 1d7f1160ee86c01cb78d92356a9c69ce21035a28 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 4 Dec 2025 23:07:55 -0500 Subject: Tweak the setup scripts, installer and some other minor bits. Vulkan package was also renamed, causing issues --- setup.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 setup.sh (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..8576073 --- /dev/null +++ b/setup.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Ensure our cache is up to date and the package cache is empty +sudo pacman -Syy +printf "\033[1;31mYou want to remove all cached packages to bake them into +the ISO properly\nThat is, press 'y' and hit enter. +Keeping old repos is fine.\033[0m\n" +sudo pacman -Scc -- cgit v1.2.3