diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-04 23:07:55 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-04 23:07:55 -0500 |
| commit | 1d7f1160ee86c01cb78d92356a9c69ce21035a28 (patch) | |
| tree | a455fc3d53ec5607f0467efe20c214b525a29e66 /setup.sh | |
| parent | 88d589f45415cab3615105e0b1b6f951c5321d95 (diff) | |
| download | voussoir-1d7f1160ee86c01cb78d92356a9c69ce21035a28.tar.gz voussoir-1d7f1160ee86c01cb78d92356a9c69ce21035a28.tar.xz | |
Tweak the setup scripts, installer and some other minor bits. Vulkan package was also renamed, causing issues
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
