uninstall.sh now prints stuff after uninstallation

This commit is contained in:
JeremyStar™ 2024-03-15 22:14:52 +01:00
parent 3b03b97e83
commit e153ba47ab

View file

@ -54,3 +54,12 @@ unlink "usr/local/bin/sysdotfiles-updater"
# write install file
echo "pls don't remove" > "/etc/.jstm_sysdotfiles"
# print reinstall info
echo "-> You will now need to reinstall config files for:"
echo " - locale.gen & locale.conf"
echo " - vconsole.conf"
echo " - localtime"
echo " - pacman, paru, makepkg and mkinitpcio"
echo " - systemd"
echo " - sudo"