uninstall
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user