Skip to content

Instantly share code, notes, and snippets.

View MCarlquist's full-sized avatar
:octocat:

MCarlquist

:octocat:
  • Helsingborg
  • 23:17 (UTC +01:00)
View GitHub Profile
#!/usr/bin/env bash
set -e
echo "=== Updating system ==="
sudo apt update -y && sudo apt upgrade -y
echo "=== Installing prerequisites ==="
sudo apt install -y curl wget git gpg software-properties-common apt-transport-https unzip lsb-release
# -------------------------------------------------------------