From e153ba47ab681f06fe218057db440434e4f3dda5 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 15 Mar 2024 22:14:52 +0100 Subject: [PATCH] uninstall.sh now prints stuff after uninstallation --- uninstall.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/uninstall.sh b/uninstall.sh index 8dc928e..59b4ed5 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -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"