Install script: default download dir to TMPDIR [skip ci]
This commit is contained in:
parent
745e2b0848
commit
1c1d4b531f
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
|
@ -7,7 +7,7 @@ checksum=""
|
|||
static_binary="false"
|
||||
default_install_dir="/usr/local/bin"
|
||||
install_dir="$default_install_dir"
|
||||
default_download_dir="/tmp"
|
||||
default_download_dir=${TMPDIR:-"/tmp"}
|
||||
download_dir="$default_download_dir"
|
||||
|
||||
print_help() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue