Update README.md

This commit is contained in:
Sajay 2021-10-24 11:01:00 +05:30
parent 1f6920a61b
commit 9256f1ca68
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# autoarch Installer Script
# AutoArch Installer Script
<img src="https://i.imgur.com/YiNMnan.png" />
This README contains the steps I do to install and configure a fully-functional Arch Linux installation containing a desktop environment, all the support packages (network, bluetooth, audio, printers, etc.), along with all my preferred applications and utilities. The shell scripts in this repo allow the entire process to be automated.)
@ -9,8 +9,6 @@ This README contains the steps I do to install and configure a fully-functional
Download ArchISO from <https://archlinux.org/download/> and put on a USB drive with Ventoy or Etcher
If you don't want to build using this script I did create an image @ <https://www.christitus.com/arch-titus>
## Boot Arch ISO
From initial Prompt type the following commands:
@ -38,4 +36,5 @@ sudo wifi-menu`
## Credits
- Original packages script was a post install cleanup script called ArchMatic located here: https://github.com/rickellis/ArchMatic
- Thank you to all the folks that helped during the creation from YouTube Chat! Here are all those Livestreams showing the creation: <https://www.youtube.com/watch?v=IkMCtkDIhe8&list=PLc7fktTRMBowNaBTsDHlL6X3P3ViX3tYg>
- [ChrisTitusTech](https://github.com/ChrisTitusTech/ArchTitus) for creating this script.