debmaker/ressources/gotify/prebuild

7 lines
112 B
Plaintext
Raw Normal View History

2022-02-03 22:51:24 +01:00
#!/bin/bash
VERSION=$1
cd /tmp/
git clone https://github.com/gotify/server.git
cd server/
git checkout $VERSION