mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
virtualenv .virtualenv
|
|
. .virtualenv/bin/activate
|
|
pip install ansible hcloud netaddr
|