7 lines
82 B
Bash
7 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
chmod +x gitea_config.py
|
||
|
|
||
|
pip install hcloud
|
||
|
|
||
|
python3 gitea_config.py
|