Merge branch 'main' of https://github.com/0xOzgur/QuilibriumAutoInstaller
This commit is contained in:
commit
c0ac0a4a46
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user