diff --git a/neofetch b/neofetch index 0203ae65..dc9e85c7 100755 --- a/neofetch +++ b/neofetch @@ -2347,7 +2347,7 @@ scrot_upload() { case "$image_host" in "teknik") - image_url="$(curl -sf -F file="@${image_file}" "https://api.teknik.io/v1/Upload")" + image_url="$(curl -sf -F file="@${image_file};type=image/png" "https://api.teknik.io/v1/Upload")" image_url="$(awk -F 'url:|,' '{printf $2}' <<< "${image_url//\"}")" ;;