From 87a10b32c651bdb80d288a6ff71af35390fd440c Mon Sep 17 00:00:00 2001 From: LailaTheElf Date: Mon, 20 Jan 2025 15:23:20 +0100 Subject: [PATCH] install git --- elf_os.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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