feat(os): Give ourselves rsync in chroot (#3)

This commit is contained in:
hygienic-books 2023-10-20 18:30:58 +02:00
parent e9602491df
commit b63164f2ad

View File

@ -565,7 +565,7 @@ function install_os_in_chroot () {
add_motd_getting_started_msg add_motd_getting_started_msg
get_aur_helper get_aur_helper
paru_install --replace-conflicting 'paru-bin' paru_install --replace-conflicting 'paru-bin'
paru_install 'zfs-dkms' 'zfs-utils' paru_install 'zfs-dkms' 'zfs-utils' 'rsync'
hwclock --systohc hwclock --systohc
locale-gen locale-gen
source /etc/locale.conf source /etc/locale.conf