Merge pull request #166 from automaciej/avoid-redownloading
Use `--timestamping` to avoid re-downloading.
This commit is contained in:
commit
78be4df9b0
5
build.sh
5
build.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user