From 393a82caae70ce0d2c3256498bcda2ec1fc72f62 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Sat, 23 Mar 2024 21:27:21 +0100 Subject: [PATCH] enable samba support --- mkosi.postinst.chroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index d287a8f..3a96273 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -28,6 +28,8 @@ pacman --sync --noconfirm git base-devel cmake yaml-cpp boost-libs boost dosfsto pacman --sync --noconfirm vlc # For discover backend pacman --sync --noconfirm fwupd +# For kio-extras +pacman --sync --noconfirm smbclient # YAY Builder # https://preciselab.io/how-to-install-yay-on-pure-archlinux-image/