debmaker/ressources/authelia/prebuild
2022-01-23 21:49:01 +01:00

6 lines
118 B
Bash
Executable file

#!/bin/bash
VERSION=$1
cd /tmp/
git clone https://github.com/authelia/authelia.git
cd authelia/
git checkout $VERSION