Browse Source

Fix spelling of availability in install.sh (#132)

remotes/origin/add-simple-redirecting-site
Trever Shick 6 years ago committed by Gal Schlezinger
parent
commit
a8156ebf77
  1. 4
      .ci/install.sh

4
.ci/install.sh

@ -71,7 +71,7 @@ download_fnm() { @@ -71,7 +71,7 @@ download_fnm() {
check_dependencies() {
echo "Checking dependencies for the installation script..."
echo -n "Checking availablity of curl... "
echo -n "Checking availability of curl... "
if hash curl 2>/dev/null; then
echo "OK!"
else
@ -79,7 +79,7 @@ check_dependencies() { @@ -79,7 +79,7 @@ check_dependencies() {
SHOULD_EXIT="true"
fi
echo -n "Checking availablity of unzip... "
echo -n "Checking availability of unzip... "
if hash unzip 2>/dev/null; then
echo "OK!"
else

Loading…
Cancel
Save