fix: typo in install.sh (#3136)

availabe -> available
This commit is contained in:
Ikko Eltociear Ashimine 2023-12-18 15:47:15 +09:00 committed by GitHub
parent 849bc92aea
commit e40f38e2e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ function download(){
echo "" echo ""
echo "Latest version is now available for you to use" echo "Latest version is now available for you to use"
echo "" echo ""
echo "In case of Upgrade, your new setting file is availabe as 'variables-upgrade.env'. Please compare and set the required values in '.env 'file." echo "In case of Upgrade, your new setting file is available as 'variables-upgrade.env'. Please compare and set the required values in '.env 'file."
echo "" echo ""
} }