fix: spacing for curl and wget messages

This commit is contained in:
hugmouse 2024-06-19 18:15:04 +02:00
commit 9b2b65bb28
No known key found for this signature in database
GPG key ID: 45FDB5FAB7ECB522

View file

@ -42,9 +42,9 @@ done
# Check for curl/wget
if check_command "curl"; then
LOCAL_CURL=true
echo -e "curl : \xE2\x9C\x94 installed"
echo -e "curl : \xE2\x9C\x94 installed"
elif check_command "wget"; then
echo -e "wget : \xE2\x9C\x94 installed"
echo -e "wget : \xE2\x9C\x94 installed"
else
echo -e "curl/wget : \xE2\x9D\x8C not installed"
echo -e "\nError: Neither 'curl' nor 'wget' command found. Please install one of those to continue."