Tweaks: blank line and plural "versions"
This commit is contained in:
parent
b95b27f625
commit
5a394f7990
1 changed files with 2 additions and 1 deletions
|
|
@ -379,6 +379,7 @@ check_commands () {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|
||||||
# Check for curl
|
# Check for curl
|
||||||
check_commands
|
check_commands
|
||||||
|
|
||||||
|
|
@ -413,7 +414,7 @@ case ${SCRIPT_ACTION} in
|
||||||
"install")
|
"install")
|
||||||
do_install
|
do_install
|
||||||
;;
|
;;
|
||||||
"version")
|
"versions")
|
||||||
do_show_versions
|
do_show_versions
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue