Skip to content

Commit

Permalink
artix: run pacman -Syu
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Oct 25, 2023
1 parent c4d5b37 commit 9f10569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distro-build/artix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bootstrap_distribution() {
mount --bind /proc "${WORKDIR}/artix-aarch64/proc"
mount --bind /sys "${WORKDIR}/artix-aarch64/sys"
chroot "${WORKDIR}/artix-aarch64" pacman -Rnsc --noconfirm linux-aarch64 linux-aarch64-lts linux-firmware
chroot "${WORKDIR}/artix-aarch64" pacman -Syu --noconfirm
EOF

sudo rm -f "${WORKDIR:?}/artix-aarch64"/var/cache/pacman/pkg/* || true
Expand Down

0 comments on commit 9f10569

Please sign in to comment.