aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
blob: 857607334079da37b43c1daf04b24cb032ecf1ac (plain) (blame)
1
2
3
4
5
6
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