%PDF- %PDF-
Direktori : /proc/self/root/etc/webmin.rpmsave/ |
Current File : //proc/self/root/etc/webmin.rpmsave/uninstall.sh |
#!/bin/sh printf "Are you sure you want to uninstall Webmin? (y/n) : " read answer printf "\n" if [ "$answer" = "y" ]; then echo "Removing webmin RPM .." rpm -e --nodeps webmin echo "Done!" fi