add git package

This commit is contained in:
eoli3n 2022-02-16 21:40:27 +01:00
parent a19789f0bc
commit ac3f5c171c

2
init
View file

@ -142,7 +142,7 @@ dkms_init () {
pacman -Syyuu --noconfirm &>/dev/null
print "Install base-devel"
pacman -S --noconfirm base-devel linux-headers &>/dev/null
pacman -S --noconfirm base-devel linux-headers git &>/dev/null
}