replaced inline code with code blocks

This commit is contained in:
Peter Bochmann 2024-06-03 17:41:53 +02:00
parent 30ea697755
commit cd6431beb4
Signed by: peter.bochmann
GPG Key ID: 94E8C523489B8AC1
1 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,13 @@ This is a set of scripts and config files to make some basic settings for ggs us
## Usage
curl is required to download the initial customization script. Start with curl installation:
`sudo apt update && sudo apt install curl -y`
```bash
sudo apt update && sudo apt install curl -y
```
The user ggs should already exist and have sudo permission. Otherwise create the account first and add him to sudo group. Then login as ggs. After login you may download end execute the customization script by running:
`curl -s https://git.ggs-solutions.eu/GGS/UbuntuConfig/raw/branch/main/mim.sh |/bin/bash`
```bash
curl -s https://git.ggs-solutions.eu/GGS/UbuntuConfig/raw/branch/main/mim.sh |/bin/bash
```