From 1160bdf70cb9233f8d79e0f539e1a43fa83018a9 Mon Sep 17 00:00:00 2001 From: Peter Bochmann Date: Mon, 3 Jun 2024 17:54:07 +0200 Subject: [PATCH] bugfix + added copy of config files --- mim.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mim.sh b/mim.sh index 1fa94ab..6ba9741 100644 --- a/mim.sh +++ b/mim.sh @@ -4,10 +4,13 @@ cd ~ echo "Installing required software packages..." 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 echo "Configure ggs user account..." +sudo cp -R ./UbuntuConfig/etc/* /etc/ + +cp -R ./home/* /home/$(whoami)/ \ No newline at end of file