self-hosting/files/ansible_prerequisites.sh

6 lines
117 B
Bash
Raw Normal View History

2017-12-02 02:00:28 +01:00
#!/bin/bash
set -e
pacman -Syu --noconfirm
pacman -S python --noconfirm
touch /root/.ansible_prerequisites_installed