uninstall

This commit is contained in:
pvincent
2026-08-07 22:33:34 +04:00
parent 8519d254dd
commit 433370e730
3 changed files with 15 additions and 21 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env miaou-bash
# MAIN
[[ "$UID" -ne 0 ]] && echo 'root privilege required' && exit 1
cd
rm /etc/bash.bashrc
mv /etc/bash.bashrc.ORIGINAL /etc/bash.bashrc
rm /etc/inputc
mv /etc/inputrc.ORIGINAL /etc/inputrc
rm /etc/vimrc/vimrc.{azerty,core,local,miaou,rookie}
rm -rf /opt/miaou-bash
echo 'MIAOU-BASH fully uninstalled, restored from original'