7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
#!/bin/bash
|
||
|
VERSION=$1
|
||
|
cd /tmp/
|
||
|
git clone https://github.com/authelia/authelia.git
|
||
|
cd authelia/
|
||
|
git checkout $VERSION
|