A complete ArchLinux installer. Making installation easier than eating a pie.
An ArchLinux live and a keyboard.
# pacman -Sy git
Be sure to update the
archlinux-keyring
package first!
If you get GLIBC error you need to reinstall the glibc
package.
# pacman -Sy glibc
If you get error: could not open file /var/lib/pacman/sync/core.db: Unrecognized archive format
delete sync
folder and update databases.
# rm -rf /var/lib/pacman/sync
# pacman -Syy
# pacman -S git
$ git clone https://github.com/FrancescoXD/Archer.git
$ cd Archer
$ chmod +x installer.sh
$ ./installer.sh
When you start the script a list of disks will come up, you have to write on which disk ArchLinux will be installed (be careful because it wants the full path: /dev/sdX
, where X must be replaced by the letter of the disk).
When finished, you will be asked for your root password. Be careful when choosing this password.