updated the README.md for the server branch
This commit is contained in:
parent
2b9328eda5
commit
d5930203df
|
|
@ -1,8 +1,8 @@
|
||||||
# ArchTitus Installer Script
|
# ArchTitus server Installer Script
|
||||||
|
|
||||||
<img src="https://i.imgur.com/YiNMnan.png" />
|
<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 a base Arch Linux installation that contain the minimal amount of packeges needed (no gui).
|
||||||
|
|
||||||
---
|
---
|
||||||
## Create Arch ISO or Use Image
|
## Create Arch ISO or Use Image
|
||||||
|
|
@ -17,13 +17,13 @@ From initial Prompt type the following commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
pacman -Sy git
|
pacman -Sy git
|
||||||
git clone https://github.com/ChrisTitusTech/ArchTitus
|
git clone -b server https://github.com/ChrisTitusTech/ArchTitus
|
||||||
cd ArchTitus
|
cd ArchTitus
|
||||||
./archtitus.sh
|
./archtitus.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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 basic arch install without a desktop environment or a display server using the bare minimum packages needed for a working system .
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue