feat: shorten url, when merged, change bitly url to point to original repo

This commit is contained in:
ggorecki 2022-03-14 13:10:57 +01:00
parent d4436428d4
commit 4e11c76945
No known key found for this signature in database
GPG Key ID: C576705F98801502
1 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,7 @@
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.)
--- ---
## Create Arch ISO or Use Image ## Create Arch ISO or Use Image
Download ArchISO from <https://archlinux.org/download/> and put on a USB drive with [Etcher](https://www.balena.io/etcher/), [Ventoy](https://www.ventoy.net/en/index.html), or [Rufus](https://rufus.ie/en/) Download ArchISO from <https://archlinux.org/download/> and put on a USB drive with [Etcher](https://www.balena.io/etcher/), [Ventoy](https://www.ventoy.net/en/index.html), or [Rufus](https://rufus.ie/en/)
@ -16,6 +17,8 @@ If you don't want to build using this script I did create an image @ <https://ww
From initial Prompt type the following commands: From initial Prompt type the following commands:
``` ```
curl -L https://bit.ly/3I8Uy6Y > init.sh && bash init.sh
or
pacman -Sy git pacman -Sy git
git clone https://github.com/ChrisTitusTech/ArchTitus git clone https://github.com/ChrisTitusTech/ArchTitus
cd ArchTitus cd ArchTitus
@ -23,11 +26,12 @@ cd ArchTitus
``` ```
### System Description ### System Description
This is completely automated arch install of the KDE desktop environment on arch using all the packages I use on a daily basis.
This is completely automated arch install of the KDE desktop environment on arch using all the packages I use on a daily basis.
## Troubleshooting ## Troubleshooting
__[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Install-Guide)__ **[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Install-Guide)**
### No Wifi ### No Wifi