From 82e2194279fe4b541620898fe93313bd733b5342 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 16 Feb 2022 15:05:55 +0000 Subject: [PATCH] Update install-full.sh, README.md --- README.md | 2 +- install-full.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aae471..8bbc3eb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This installation script aims for a simple (read minimal) Arch Linux installatio #### To automatically install Arch Linux, clone this repository: ``` -pacman -Sy git +pacman -Sy git --noconfirm git clone https://gitlab.com/dataprolet/arch-install cd arch-install sh install.sh diff --git a/install-full.sh b/install-full.sh index 5810e15..772a7cd 100644 --- a/install-full.sh +++ b/install-full.sh @@ -250,10 +250,11 @@ echo "Installing basic packages.." #pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm && #pacstrap /mnt base firefox konsole linux linux-firmware linux-zen lvm2 nano networkmanager plasma-desktop sddm sddm-kcm sudo && -for pkgName in $(cat pks) +for pkgName in $(cat pkgs) do pacstrap /mnt $pkgName done + echo "Full system installed." echo