diff --git a/elf_os.sh b/elf_os.sh index c12dfa3..5df0aca 100755 --- a/elf_os.sh +++ b/elf_os.sh @@ -67,6 +67,7 @@ echo echo === setup localisation echo +run "install git" "pacman -Sy --noconfirm git" run "enable ntp" "timedatectl set-ntp true" run "set timezone" "timedatectl set-timezone Europe/Amsterdam" @@ -192,7 +193,7 @@ echo echo === miscellaneous echo -run "set udev rules" "cp $SCRIPT_DIR/configs/udev/*.rules /mnt/etc/udev.d/rules/" +run "set udev rules" "cp $SCRIPT_DIR/configs/udev/*.rules /mnt/etc/udev.d/rules/" echo echo === prepair first boot