diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,8 +5,6 @@ if [ ! -e work/pacman ]; then touch work/pacman sed 's:#.*$::' packages | xargs pacman -Syu --needed --noconfirm fi -sed 's:#.*$::' services | xargs systemctl enable - ip link export USE=czar @@ -29,3 +27,4 @@ sh source.sh grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB grub-mkconfig -o /boot/grub/grub.cfg mkinitcpio -P +sed 's:#.*$::' services | xargs systemctl enable |