crab/deployments/source/uninstall.sh

12 lines
179 B
Bash
Raw Permalink Normal View History

2022-11-09 05:51:47 +00:00
#!/bin/bash
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Please run this as root"
exit
fi
# Delete crab files
2022-11-11 06:25:10 +00:00
rm /etc/pam.d/crab
2022-11-09 05:51:47 +00:00
rm /usr/bin/crab
2022-11-11 06:25:10 +00:00
rm -fr /usr/share/crab