A few tweaks and updates to allow for packages to be excluded

This commit is contained in:
Paul M 2023-10-29 18:35:12 -05:00
parent b154e4a448
commit b7f394a0e8
3 changed files with 9 additions and 4 deletions

View file

@ -32,6 +32,9 @@ function restore_config() {
cp -R etc/pacman.d /etc
cp pacman.conf /etc
pacman --noconfirm -Sy
if [ -f ./exclusions ]; then
exclusions # this runs exclusions
fi
pacman -S - < $aptpkgfile
# we should be set app wise now the configs
cp -R etc/ /etc