Maybe this works

This commit is contained in:
RealStickman 2021-01-04 17:19:21 +01:00
parent c88f997791
commit de7687021f

View File

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