fix: typo

This commit is contained in:
Rudra B.S. 2023-11-24 12:26:56 +05:30
parent d2e30d77f9
commit e3503e5e9f

View file

@ -317,7 +317,7 @@ Server = {package_repo["repo-url"]}
exec_chroot('bash', '-c', 'echo "FILES=()" >> /etc/mkinitcpio.conf') exec_chroot('bash', '-c', 'echo "FILES=()" >> /etc/mkinitcpio.conf')
exec_chroot('bash', '-c', 'echo "HOOKS=(base udev akshara autodetect keyboard keymap modconf block filesystems fsck)" >> /etc/mkinitcpio.conf') exec_chroot('bash', '-c', 'echo "HOOKS=(base udev akshara autodetect keyboard keymap modconf block filesystems fsck)" >> /etc/mkinitcpio.conf')
exec_chroot('pacman', '-S', '--nonconfirm', 'shadow') exec_chroot('pacman', '-S', '--noconfirm', 'shadow')
exec_chroot('mkinitcpio', '-P') exec_chroot('mkinitcpio', '-P')