#!/usr/bin/env bash set -euo pipefail # Init keyring pacman-key --init pacman-key --populate # Upgrade pacman -Syu --noconfirm # Install and enable openssh pacman -S --noconfirm openssh systemctl enable --now sshd # Install other utilities pacman -S --noconfirm bash-completion nano htop