Update Ubuntu.sh

This commit is contained in:
Guilherme Werner
2023-08-08 17:39:58 -03:00
parent 7140409f9f
commit d51e3e8925

View File

@ -2,6 +2,11 @@
touch ~/.hushlogin
# Create User
sudo adduser guilherme
sudo usermod -aG sudo guilherme
# Update
export DEBIAN_FRONTEND=noninteractive