mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
parent
5b864c5dc3
commit
ac5cecee19
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class PackageManager:
|
|||
check_chroot_call(["urpme"] + pkgs)
|
||||
elif self.backend == "apt":
|
||||
check_chroot_call(["apt-get", "--purge", "-q", "-y", "remove"] + pkgs)
|
||||
check_chroot_call(["apt-get", "--purge", "-q", "-y", "autoremove"])
|
||||
elif self.backend == "pacman":
|
||||
check_chroot_call(["pacman", "-R"] + pkgs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue