godalming123 / blog

0 stars 0 forks source link

Linux setup scripts do not properly remove paru folder #16

Open godalming123 opened 2 years ago

godalming123 commented 2 years ago

When installing paru as a AUR helper at https://github.com/godalming123/blog/blob/master/files/linux-setup/software-sources.sh#L13 we do not properly remove it for that we need to use

rmdir paru --ignore-fail-on-non-empty
godalming123 commented 2 years ago

You need to use

rm -r paru