Skip to content

Instantly share code, notes, and snippets.

View MGMAdvance's full-sized avatar
🇧🇷

Matheus Gonçalves MGMAdvance

🇧🇷
View GitHub Profile
#!/bin/bash
## Removendo travas eventuais do apt ##
sudo rm /var/lib/dpkg/lock-frontend ; sudo rm /var/cache/apt/archives/lock ;
## Atualizando o repositório ##
sudo apt update && sudo apt upgrade -y ;