Go to file
Peter Bochmann 30ea697755
initial script and config files
2024-06-03 17:39:25 +02:00
conf initial script and config files 2024-06-03 17:39:25 +02:00
README.md initial script and config files 2024-06-03 17:39:25 +02:00
mim.sh initial script and config files 2024-06-03 17:39:25 +02:00

README.md

Config Helper Script

This is a set of scripts and config files to make some basic settings for ggs user on a fresh Ubuntu install

Usage

curl is required to download the initial customization script. Start with curl installation: 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