soscmd/README.md

16 lines
337 B
Markdown
Raw 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:
```
mkdir -p /opt/soscmd
cd /opt/soscmd
git clone https://git.staropensource.de/staropensource-infrastructure/soscmd.git .
echo "export \"PATH=$PATH:/opt/soscmd\"" >> /etc/bash.bashrc
```
# License
Licensed under GNU GPLv3