server_optimize
This commit is contained in:
parent
56396c1fa8
commit
104eabc8b9
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ function makefail2ban() {
|
|||
}
|
||||
|
||||
function makeuser() {
|
||||
apt install sudo
|
||||
if ! cat /etc/group | grep wheel; then
|
||||
groupadd wheel
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue