It provides the easy way to download the arch linux and setup the enviornment this is for coders you have install the arch automatically and also don't wany to use archinstall
- Open the iwctl terminal
iwctl- To see the device list
device listexpected output
# Devices
# -------------------------------------------------------------
# Name Address Powered Adapter Mode
# -------------------------------------------------------------
# wlan0 ... on ... ...- To connect to any network
station YOURDEVICE connect YOURSSIDNeed to install the git to downlaod the actual scipt to the PC
pacman -S git
git clone https://github.com/1stWorldMaster/archscript
chmod +x partition.sh
/partition.shRun the files in the following order
- partition.sh
- install.sh
- post-install.sh
- setup.sh
Contains the command to make the partition for efi, linux and swap partition expected it to be efi - 800MB, Linux-95GB and swap - 4.2 GB
Downlaods the important module like vim, bluetooth, nano to make sure everything works properly
unmount the partition which was installed in install time
It will setup all the other utils for gnome to function properly