Merge pull request #166 from automaciej/avoid-redownloading

Use `--timestamping` to avoid re-downloading.
This commit is contained in:
Andrea Bondavalli 2024-07-25 18:45:26 +02:00 committed by GitHub
commit 78be4df9b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,11 +26,8 @@ fi
cd .. cd ..
cd webui cd webui
if [ -f webui.tar.gz ]; then
rm -f webui.tar.gz
fi
echo "Downloading current webui release ..." echo "Downloading current webui release ..."
wget https://github.com/bondagit/aes67-linux-daemon/releases/latest/download/webui.tar.gz wget --timestamping https://github.com/bondagit/aes67-linux-daemon/releases/latest/download/webui.tar.gz
if [ -f webui.tar.gz ]; then if [ -f webui.tar.gz ]; then
tar -xzvf webui.tar.gz tar -xzvf webui.tar.gz
else else