16 lines
337 B
Markdown
16 lines
337 B
Markdown
|
# 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
|
||
|
|