Random scripts for speeding up installing of work stuff.
sudo apt update && sudo apt install curl -y
curl -s https://raw.githubusercontent.com/fwlodarczyk/work-stuff/main/01-setup-ubuntu-22.04.sh | sudo bash
curl -s https://raw.githubusercontent.com/fwlodarczyk/work-stuff/main/ros2-humble-install.sh | sudo bash
curl -s https://raw.githubusercontent.com/fwlodarczyk/work-stuff/main/ros2-jazzy-install.sh | sudo bash