fix: re-add try_remove artix-release to basestrap
Proactively remove artix-release during basestrap so the packages module's single pacman -S transaction doesn't hit the conflict when installing antergos-release. try_remove catches errors silently if artix-release can't be removed.
This commit is contained in:
@@ -32,3 +32,5 @@ operations:
|
||||
- install:
|
||||
- base
|
||||
- antergos-next-keyring
|
||||
- try_remove:
|
||||
- artix-release
|
||||
|
||||
Reference in New Issue
Block a user