This commit is contained in:
0xOzgur 2024-06-07 15:46:00 +03:00
commit c0ac0a4a46

View File

@ -33,6 +33,15 @@ else
echo "git is installed"
fi
if ! command -v cpulimit &> /dev/null
then
echo "cpulimit could not be found"
echo "Installing cpulimit..."
su -c "apt update && apt install cpulimit -y"
else
echo "cpulimit is installed"
fi
sudo apt upgrade -y