Update install-full.sh, README.md
This commit is contained in:
parent
8d6d661093
commit
82e2194279
|
@ -10,7 +10,7 @@ This installation script aims for a simple (read minimal) Arch Linux installatio
|
||||||
|
|
||||||
#### To automatically install Arch Linux, clone this repository:
|
#### To automatically install Arch Linux, clone this repository:
|
||||||
```
|
```
|
||||||
pacman -Sy git
|
pacman -Sy git --noconfirm
|
||||||
git clone https://gitlab.com/dataprolet/arch-install
|
git clone https://gitlab.com/dataprolet/arch-install
|
||||||
cd arch-install
|
cd arch-install
|
||||||
sh install.sh
|
sh install.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 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 &&
|
#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
|
do
|
||||||
pacstrap /mnt $pkgName
|
pacstrap /mnt $pkgName
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Full system installed."
|
echo "Full system installed."
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue