mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Initial commit
This commit is contained in:
commit
dfe2d2d4f2
4 changed files with 95 additions and 0 deletions
5
files/ansible_prerequisites.sh
Executable file
5
files/ansible_prerequisites.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S python --noconfirm
|
||||
touch /root/.ansible_prerequisites_installed
|
||||
Loading…
Add table
Add a link
Reference in a new issue