server_optimize

This commit is contained in:
simono41 2019-08-05 13:51:19 +02:00
parent 56396c1fa8
commit 104eabc8b9

View file

@ -60,6 +60,7 @@ function makefail2ban() {
}
function makeuser() {
apt install sudo
if ! cat /etc/group | grep wheel; then
groupadd wheel
fi