mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Install packages after removing packages
This commit is contained in:
parent
8dca7fe819
commit
edc3f5d938
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ mount_point="${working_dir}"/mnt
|
|||
# a problem with mounting the squashfs image due to an incorrectly calculated offset.
|
||||
|
||||
# The size of this script
|
||||
scriptsize=18031
|
||||
scriptsize=18030
|
||||
|
||||
# The size of the utils.tar archive
|
||||
# utils.tar contains bwrap and squashfuse binaries
|
||||
|
@ -206,8 +206,8 @@ fakeroot -- pacman-key --init
|
|||
fakeroot -- pacman-key --populate archlinux
|
||||
fakeroot -- pacman-key --populate chaotic
|
||||
fakeroot -- pacman --noconfirm --overwrite "*" -Su 2>/dev/null
|
||||
fakeroot -- pacman --noconfirm -S ${pkgsinstall} 2>/dev/null
|
||||
fakeroot -- pacman --noconfirm -Runs ${pkgsremove} 2>/dev/null
|
||||
fakeroot -- pacman --noconfirm -S ${pkgsinstall} 2>/dev/null
|
||||
rm -f /var/cache/pacman/pkg/*
|
||||
update-ca-trust
|
||||
locale-gen
|
||||
|
|
Loading…
Reference in a new issue