From 9f7377408a7fde4a1a371c94386cb7e3ceba9528 Mon Sep 17 00:00:00 2001 From: Peter Bochmann Date: Mon, 3 Jun 2024 18:07:42 +0200 Subject: [PATCH] initial version, final touches --- mim.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mim.sh b/mim.sh index c4c0b8b..d0a5498 100644 --- a/mim.sh +++ b/mim.sh @@ -12,5 +12,4 @@ git clone https://git.ggs-solutions.eu/GGS/UbuntuConfig.git echo "Configure ggs user account..." sudo cp -R ./UbuntuConfig/conf/etc/* /etc/ - -cp -R ./UbuntuConfig/conf/home/* /home/$(whoami)/ \ No newline at end of file +cp -R ./UbuntuConfig/conf/home/. /home/$(whoami)/ \ No newline at end of file