self-hosting/files/ansible_prerequisites.sh
Paul-Henri Froidmont 13b5d45998 Murmur setup
2017-12-05 02:34:44 +01:00

5 lines
202 B
Bash
Executable file

#!/bin/bash
set -e
#pacman -Syu --noconfirm #Skip this step because reboot is needed to start docker in case of kernel update
pacman -S python --noconfirm
touch /root/.ansible_prerequisites_installed