self-hosting/files/ansible_prerequisites.sh
2017-12-02 02:00:28 +01:00

5 lines
117 B
Bash
Executable file

#!/bin/bash
set -e
pacman -Syu --noconfirm
pacman -S python --noconfirm
touch /root/.ansible_prerequisites_installed