Update arcolinux-config.sh

This commit is contained in:
RealStickman 2020-05-16 10:00:34 +00:00
parent e3ac5b8872
commit 2231b83059

View File

@ -14,9 +14,9 @@ git clone https://gitlab.com/RealStickman-arcolinux/config.git &&
#delete previous backups #delete previous backups
rm -rf ~/old_dat rm -rf ~/old_dat
#back stuff up #back stuff up
cp -r ~/.config ~/old_dat && cp -r ~/.config ~/old_dat/.config &&
cp -r ~/Dokumente ~/old_dat && cp -r ~/Dokumente ~/old_dat/Dokumente &&
cp -r ~/scripts ~/old_dat && cp -r ~/scripts ~/old_dat/scripts &&
#copy stuff #copy stuff
cp -r ~/config/.config/ ~/ && cp -r ~/config/.config/ ~/ &&