This commit is contained in:
w9hdg 2021-11-02 06:34:05 -05:00
commit 1ad87374ab
1 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,4 @@
# ArchTitus Installer Script
<img src="https://i.imgur.com/YiNMnan.png" />
# ArchHodag Installer Script (Base)
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,17 +7,15 @@ 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:
```
pacman -Sy git
git clone https://github.com/ChrisTitusTech/ArchTitus
cd ArchTitus
./archtitus.sh
git clone https://github.com/w9hdg/ArchHodag
cd ArchHodag
./archhodag.sh
```
### System Description
@ -37,5 +33,6 @@ sudo wifi-menu
## Credits
- Original script written by Chris Titus. The original can be located here: https://github.com/ChrisTitusTech/ArchTitus
- 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>