debmaker/ressources/vaultwarden/prebuild

7 lines
127 B
Bash
Executable File

#!/bin/bash
VERSION=$1
cd /tmp/
git clone https://github.com/dani-garcia/vaultwarden.git
cd vaultwarden/
git checkout $VERSION