mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
5 lines
202 B
Bash
Executable file
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
|