From 13b58c21747aa2a6da51218cd0292be447f08ed7 Mon Sep 17 00:00:00 2001 From: rayan41 Date: Thu, 27 Jan 2022 21:21:53 +0100 Subject: [PATCH] updating the README.md for the server branch i edited the README.md for the server branch for the install tutorial --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ecba172..2bef55c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ArchTitus Installer Script +# ArchTitus server Installer Script -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 containing the bare minimum software (no gui) --- ## Create Arch ISO or Use Image @@ -17,13 +17,13 @@ From initial Prompt type the following commands: ``` pacman -Sy git -git clone https://github.com/ChrisTitusTech/ArchTitus +git clone -b server https://github.com/ChrisTitusTech/ArchTitus cd ArchTitus ./archtitus.sh ``` ### 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 base arch install using the bare minimum packages to have a functioning system. ## Troubleshooting