Skip to content

Commit eef2aed

Browse files
committed
Update run-install.sh
1 parent 68181e0 commit eef2aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e # Exit immediately if a command exits with a non-zero status
44
printf "\033]0;Installer\007"
55
clear
66

7-
# Delete Windows bat files (.bat)
7+
# Delete Windows bat files (.bat)
88
find . -type f -iname "*.bat" -delete
99

1010
# Function to log messages with timestamps

0 commit comments

Comments
 (0)