Update installer.sh

This commit is contained in:
OlaYZen 2021-11-22 17:27:23 +01:00 committed by GitHub
parent eea2c219ee
commit 279d45a612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,21 @@
#! /bin/bash
ls /sys/firmware/efi/efivars
timedatectl set-ntp true
pacstrap /mnt base linux linux-firmware
genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt
ln -sf /usr/share/zoneinfo/Region/City /etc/localtime
hwclock --systohc
hostnamectl set-hostname OlaiOS
mkinitcpio -P
passwd