debmaker/ressources/gotify/prebuild
root ed80d22552 Add zigbee2mqtt
Add gotify (not work)
2022-02-03 22:51:24 +01:00

6 lines
112 B
Bash
Executable file

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