Revision history of "Alloy install"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 17:15, 8 July 2025Busk talk contribs 1,010 bytes +1,010 Created page with "``` #!/usr/bin/env bash set -euo pipefail # 1. Ensure running as root if $EUID -ne 0 ; then echo "Please run as root or with sudo." exit 1 fi # 2. (Optional) Check..."