bugfix + added copy of config files

This commit is contained in:
Peter Bochmann 2024-06-03 17:54:07 +02:00
parent cd6431beb4
commit 1160bdf70c
Signed by: peter.bochmann
GPG Key ID: 94E8C523489B8AC1
1 changed files with 5 additions and 2 deletions

7
mim.sh
View File

@ -4,10 +4,13 @@ cd ~
echo "Installing required software packages..." echo "Installing required software packages..."
sudo apt update sudo apt update
sudo apt install git vim sudo apt install git vim -y
echo "Download user config files echo "Download user config files"
git clone https://git.ggs-solutions.eu/GGS/UbuntuConfig.git git clone https://git.ggs-solutions.eu/GGS/UbuntuConfig.git
echo "Configure ggs user account..." echo "Configure ggs user account..."
sudo cp -R ./UbuntuConfig/etc/* /etc/
cp -R ./home/* /home/$(whoami)/