Skip to content

Commit

Permalink
Merge pull request #166 from automaciej/avoid-redownloading
Browse files Browse the repository at this point in the history
Use `--timestamping` to avoid re-downloading.
  • Loading branch information
bondagit authored Jul 25, 2024
2 parents af967ea + 44374bb commit 78be4df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ fi
cd ..

cd webui
if [ -f webui.tar.gz ]; then
rm -f webui.tar.gz
fi
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
tar -xzvf webui.tar.gz
else
Expand Down

0 comments on commit 78be4df

Please sign in to comment.