mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-30 18:49:02 +00:00
Fix bad merge
This commit is contained in:
parent
a55fa4a352
commit
f10844face
@ -1485,7 +1485,7 @@ download_install() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Download the item to the tmp directory
|
# Download the item to the tmp directory
|
||||||
download_file "$download_url" "$download_filename"
|
download_file "$download_url" "$download_filename" "$download_type"
|
||||||
|
|
||||||
# Sanity check
|
# Sanity check
|
||||||
if [ ! -f "$tmp_dir/$download_filename" ]; then
|
if [ ! -f "$tmp_dir/$download_filename" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user