folder name fix
This commit is contained in:
parent
1160bdf70c
commit
979996f588
4
mim.sh
4
mim.sh
|
|
@ -11,6 +11,6 @@ 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/
|
sudo cp -R ./UbuntuConfig/conf/etc/* /etc/
|
||||||
|
|
||||||
cp -R ./home/* /home/$(whoami)/
|
cp -R ./home/conf/* /home/$(whoami)/
|
||||||
Loading…
Reference in New Issue