Update README.md

This commit is contained in:
w9hdg 2021-11-02 06:29:43 -05:00 committed by GitHub
parent c89e1d5411
commit 1ac8d73626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,4 @@
# ArchTitus Installer Script # ArchHodag Installer Script (Base)
<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.) 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 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 ## Boot Arch ISO
From initial Prompt type the following commands: From initial Prompt type the following commands:
``` ```
pacman -Sy git pacman -Sy git
git clone https://github.com/ChrisTitusTech/ArchTitus git clone https://github.com/w9hdg/ArchHodag
cd ArchTitus cd ArchHodag
./archtitus.sh ./archhodag.sh
``` ```
### System Description ### System Description
@ -37,5 +33,6 @@ sudo wifi-menu
## Credits ## 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 - 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> - 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>