soscmd/README.md

16 lines
352 B
Markdown
Raw Permalink Normal View History

2023-06-03 11:28:50 +02:00
# soscmd
These commands are used for managing StarOpenSource infrastructure
# Installing
Execute this as root:
```
2023-11-06 01:37:14 +01:00
mkdir -p /data/opt/soscmd
cd /data/opt/soscmd
2023-06-03 11:28:50 +02:00
git clone https://git.staropensource.de/staropensource-infrastructure/soscmd.git .
2023-11-06 01:37:14 +01:00
echo "export \"PATH=$PATH:/data/opt/soscmd\"" >> /etc/bash.bashrc
2023-06-03 11:28:50 +02:00
```
# License
Licensed under GNU GPLv3