uninstall.sh now prints stuff after uninstallation
This commit is contained in:
parent
3b03b97e83
commit
e153ba47ab
1 changed files with 9 additions and 0 deletions
|
@ -54,3 +54,12 @@ unlink "usr/local/bin/sysdotfiles-updater"
|
||||||
|
|
||||||
# write install file
|
# write install file
|
||||||
echo "pls don't remove" > "/etc/.jstm_sysdotfiles"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue