Simple installation script

This commit is contained in:
2020-09-05 14:34:15 +00:00
parent c0cfddb54a
commit 2cd478aae3
2 changed files with 51 additions and 0 deletions

View File

@@ -30,3 +30,10 @@ git clone https://winklerfamilie.eu/git/efelon/shell_sequencer.git /opt/sequence
ln -s /opt/sequencer/sequencer/sequencer.sh /usr/local/bin
ln -s /opt/sequencer/seqs /opt
```
or
use the simple bash installation script in the repository:
```
curl -L https://winklerfamilie.eu/git/efelon/shell_sequencer/raw/branch/master/install.sh | bash
```