Ubuntu Init

Published: Wednesday, February 12, 2025
Last Modified: Tuesday, February 18, 2025

The beginnings of a script to run on new Ubuntu installations. Maybe you have one too?

sudo apt update
sudo apt upgrade
sudo apt autoremove

sudo apt install extrepo -y
sudo extrepo enable librewolf
sudo apt update && sudo apt install librewolf -y

snap remove firefox

sudo apt install wireguard i3 ssh curl net-tools network-manager resolvconf

sudo systemctl stop bluetooth.service
sudo systemctl disable bluetooth.service
Comment
Optional
No comments yet...