This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Script created by Filipe Mosca for personal use. | |
# Update the system | |
echo "Updating the system! Please, write yout password" | |
sudo apt update && apt upgrade | |
# Configurando sudoers | |
echo "Adicione a entrada de seu nome de usuário abaixo" | |
echo "# User privilege specification | |
root ALL=(ALL:ALL) ALL |