Update arch-init.sh

This commit is contained in:
Timothy Pidashev
2021-10-23 21:14:53 -07:00
committed by GitHub
parent d8ac6ff3a0
commit 3900439e28
+1 -1
View File
@@ -75,7 +75,7 @@ fi
# download linux firmware and important modules # download linux firmware and important modules
echo "Downloading needed dependencies..." echo "Downloading needed dependencies..."
pacstrap - /mnt base linux linux-firmware sudo nano git pacstrap -i /mnt base linux linux-firmware sudo nano git
# generate file-system table # generate file-system table
genfstab -U -p /mnt >> /mnt/etc/fstab && sleep 1 genfstab -U -p /mnt >> /mnt/etc/fstab && sleep 1