I realised the errors of my ways

This commit is contained in:
RealStickman 2021-01-04 17:20:13 +01:00
parent de7687021f
commit de2dc74002

View File

@ -92,7 +92,7 @@ cp -r ~/config/scripts/ ~/
cp -r ~/config/.cache ~/
#copy stuff to /etc
sudo cp -r ~/config/etc /
#sudo cp -r ~/config/etc /
sudo rsync --exclude=default/grub ~/config/etc /
read -r -p "Do you want to overwrite the grub config? [y/N] " response