diff options
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 |
