Skip to content

Commit

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

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

0 comments on commit c4d5b37

Please sign in to comment.