throw away useless packages from build env

s3cmd is no longer used because we don't use s3 storage.

vim was never used
This commit is contained in:
Harald Sitter
2024-11-06 01:28:49 +01:00
parent ce692b289f
commit a63ec33d5d

View File

@@ -16,8 +16,8 @@ pacman-key --init
# is the case for it being here.
# pacman-key --refresh-keys
pacman --sync --refresh --noconfirm --sysupgrade
pacman --sync --refresh --noconfirm mkosi git base-devel ukify vim cpio tree \
rsync btrfs-progs s3cmd dosfstools qemu-img erofs-utils squashfs-tools go openssh \
pacman --sync --refresh --noconfirm mkosi git base-devel ukify cpio tree \
rsync btrfs-progs dosfstools qemu-img erofs-utils squashfs-tools go openssh \
compsize duperemove ruby ruby-nokogiri transmission-cli
# Use mkosi from git to not have to wait for releases when things break.