|
|
@ -28,7 +28,6 @@ sudo_root |
|
|
if _confirm_destructive 2>/dev/null; then |
|
|
if _confirm_destructive 2>/dev/null; then |
|
|
cd || exit 2 # exit should not occur! |
|
|
cd || exit 2 # exit should not occur! |
|
|
uninstall |
|
|
uninstall |
|
|
source /etc/profile |
|
|
|
|
|
echo 'MIAOU-BASH fully uninstalled, previous settings restored from original' |
|
|
echo 'MIAOU-BASH fully uninstalled, previous settings restored from original' |
|
|
else |
|
|
else |
|
|
builtin exit 1 |
|
|
builtin exit 1 |
|
|
|