git pull everytime

This commit is contained in:
Jakob Ketterl
2019-12-08 20:45:30 +01:00
parent 7a6d021e18
commit 3b32dc37c8
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
git clone https://github.com/jketterl/openwebrx.git /openwebrx
cd /openwebrx
debuild -uc -us
cd ..