mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-04 20:19:05 +00:00
Remove messages about up-to-date toolchains
This commit is contained in:
parent
4305f75571
commit
c7db88ad5c
1 changed files with 1 additions and 4 deletions
|
@ -440,16 +440,13 @@ download_toolchain()
|
|||
local filename=${url##*/}
|
||||
local dirname=${filename//.tar.xz}
|
||||
|
||||
display_alert "Checking toolchain" "$dirname" "info"
|
||||
|
||||
if [[ -f $SRC/toolchains/$dirname/.download-complete ]]; then
|
||||
display_alert "Up to date"
|
||||
return
|
||||
fi
|
||||
|
||||
cd $SRC/toolchains/
|
||||
|
||||
display_alert "Downloading"
|
||||
display_alert "Downloading toolchain" "$dirname" "info"
|
||||
curl -Lf --progress-bar $url -o $filename
|
||||
curl -Lf --progress-bar ${url}.asc -o ${filename}.asc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue