#!/bin/bash set -euo pipefail set -x # Get the source mkdir -p /opt/sources cd /opt/sources wget --no-verbose https://www.python.org/ftp/python/3.6.10/Python-3.6.10.tgz # SHA-256 generated via `shasum -a 256 [file]` shasum --check <