A few tweaks and updates to allow for packages to be excluded
This commit is contained in:
parent
b154e4a448
commit
b7f394a0e8
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue