Install git
on initial Arch installation
This commit is contained in:
parent
95fc7f1e84
commit
2c402e6c6a
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/install.sh";
|
|||
pacstrap -K "$ARCH_MOUNT_ROOT" sddm;
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Config/sddm/install.sh";
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/KDE/install.sh";
|
||||
pacstrap -K "$ARCH_MOUNT_ROOT" git;
|
||||
|
||||
|
||||
USER_NAME="${USER_NAME}" \
|
||||
|
|
Loading…
Reference in a new issue