feat: shorten url, when merged, change bitly url to point to original repo
This commit is contained in:
parent
d4436428d4
commit
4e11c76945
|
|
@ -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.)
|
||||
|
||||
---
|
||||
|
||||
## 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/)
|
||||
|
|
@ -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:
|
||||
|
||||
```
|
||||
curl -L https://bit.ly/3I8Uy6Y > init.sh && bash init.sh
|
||||
or
|
||||
pacman -Sy git
|
||||
git clone https://github.com/ChrisTitusTech/ArchTitus
|
||||
cd ArchTitus
|
||||
|
|
@ -23,11 +26,12 @@ cd ArchTitus
|
|||
```
|
||||
|
||||
### 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
|
||||
|
||||
__[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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue