crab/deployments/source/uninstall.sh
tylermurphy534 0443572477 0.0.6
2022-11-11 15:16:37 -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