Skip to content

Instantly share code, notes, and snippets.

@jeferro
jeferro / dev-ubuntu-installation-script.sh
Last active October 5, 2025 15:46
Installation script
#!/bin/bash
#
# This script installs all tools to develop an app.
#
# The script must be executed with sudo permissions.
#
set -e