mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
6 lines
117 B
Bash
6 lines
117 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
pacman -Syu --noconfirm
|
||
|
|
pacman -S python --noconfirm
|
||
|
|
touch /root/.ansible_prerequisites_installed
|