#!/usr/bin/env bash set -euo pipefail REPO_URL="${1:?Usage: setup-lxc.sh }" SITE_DIR="/var/www/portfolio" PORT=8080 apt-get update apt-get install -y git python3 git clone "$REPO_URL" "$SITE_DIR" cat > /etc/systemd/system/portfolio.service <