Clarify exclude path

This commit is contained in:
RealStickman 2021-01-04 17:10:22 +01:00
parent 077ccf0d40
commit 31e99610df

View File

@ -93,7 +93,7 @@ cp -r ~/config/.cache ~/
#copy stuff to /etc #copy stuff to /etc
sudo cp -r ~/config/etc / sudo cp -r ~/config/etc /
sudo rsync ~/config/etc / --exclude grub sudo rsync ~/config/etc / --exclude ~/config/etc/default/grub
read -r -p "Do you want to overwrite the grub config? [y/N] " response read -r -p "Do you want to overwrite the grub config? [y/N] " response
if [[ "$response" =~ ^([yY][eE][sS][jJ]|[yY])$ ]] if [[ "$response" =~ ^([yY][eE][sS][jJ]|[yY])$ ]]