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