crab/uninstall.sh
2022-11-11 01:25:10 -05:00

11 lines
179 B
Bash
Executable file

#!/bin/bash
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Please run this as root"
exit
fi
# Delete crab files
rm /etc/pam.d/crab
rm /usr/bin/crab
rm -fr /usr/share/crab