Update install.sh

This commit is contained in:
colin 2024-07-21 13:04:44 +00:00
parent 702b75f294
commit d0c6d89996
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Check if script name argument is provided
if [ -z "$1" ]; then
echo "Usage: $0 <script-name>"
echo "Usage: $0 <script-name>.sh"
exit 1
fi