mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
commit
3eb66284e0
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ main() {
|
||||||
print_message "== Install prefix already exists. No need to create it." "info"
|
print_message "== Install prefix already exists. No need to create it." "info"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[ ! -d "/etc/bash_completion.d/croc" ] && mkdir -p "/etc/bash_completion.d/croc"
|
||||||
case "${croc_os}" in
|
case "${croc_os}" in
|
||||||
"Linux" ) install_file_linux "${tmpdir}/${croc_bin_name}" "${prefix}/";
|
"Linux" ) install_file_linux "${tmpdir}/${croc_bin_name}" "${prefix}/";
|
||||||
install_file_rcode="${?}";;
|
install_file_rcode="${?}";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue