Revert "Revert "Revert "Undated Installed to include disclaimer and exit option"""

This reverts commit 70f70a339f.
This commit is contained in:
Ben Waugh
2012-05-09 11:42:32 +10:00
parent 70f70a339f
commit 95cc1ac2d6

View File

@@ -19,16 +19,6 @@ echo "======================================"
echo " BeEF Installer "
echo "======================================"
echo ""
echo "CAUTION: This installation script will install a number of BeEF dependencies including the Ruby-RVM environment and it's dependencies."
echo ""
echo "In rare cases, this may lead to unexpected behaviour or package conflicts on some systems."
echo ""
read -p "Are you sure you wish to continue (Y/n)? "
if [ "`echo ${REPLY} | tr [:upper:] [:lower:]`" == "n" ] ; then
exit;
fi
echo "Detecting OS..";