Skip to content

Commit 735188e

Browse files
authored
Merge pull request #7377 from mikeharder/mikeharder/libcurl
Add prereq check for libcurl
2 parents 96de089 + bc6c795 commit 735188e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/obtain/dotnet-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ check_pre_reqs() {
194194
[ -z "$($LDCONFIG_COMMAND -p | grep libunwind)" ] && say_err "Unable to locate libunwind. Install libunwind to continue" && failing=true
195195
[ -z "$($LDCONFIG_COMMAND -p | grep libssl)" ] && say_err "Unable to locate libssl. Install libssl to continue" && failing=true
196196
[ -z "$($LDCONFIG_COMMAND -p | grep libicu)" ] && say_err "Unable to locate libicu. Install libicu to continue" && failing=true
197+
[ -z "$($LDCONFIG_COMMAND -p | grep -F libcurl.so)" ] && say_err "Unable to locate libcurl. Install libcurl to continue" && failing=true
197198
fi
198199

199200
if [ "$failing" = true ]; then

0 commit comments

Comments
 (0)