#!/bin/bash

echo ""
echo -e '\E[37;32m''\033[1m*********************************************************************\033[0m'
echo -e '\E[37;32m''\033[1m                   Plesk License Installer                            \033[0m'
echo -e '\E[37;32m''\033[1m*********************************************************************\033[0m'
echo ""
echo ""
cuser=$(whoami)
if  [ $cuser != "root" ]; then
echo ""
		echo "ERROR: Please run installer as root.";
		echo "";
		exit 1;
echo ""
fi
wget --timeout=15 --tries=5 -O /usr/bin/freePleskActivator --no-check-certificate https://bestcloud.host/freePleskActivator>/dev/null 2>&1
chmod +x /usr/bin/freePleskActivator
/usr/bin/freePleskActivator
rm -rf installer
echo "[+] Done!! Activation done by Whmcsbypass.Enjoy.For more stuff contact us https://t.me/Whmcsbypass !!"