Skip to content

Instantly share code, notes, and snippets.

View filipemosca's full-sized avatar
📚
Studying

Filipe Mosca filipemosca

📚
Studying
View GitHub Profile
#!/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