bugfix + added copy of config files
This commit is contained in:
parent
cd6431beb4
commit
1160bdf70c
7
mim.sh
7
mim.sh
|
|
@ -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)/
|
||||||
Loading…
Reference in New Issue