Skip to content

Commit f5e006b

Browse files
Remove libopenssl1_1 dependency
1 parent 0d58aad commit f5e006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linux/Packaging.Linux/install-from-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ case "$distribution" in
208208
$sudo_cmd zypper -n update
209209

210210
# Install dotnet/GCM dependencies.
211-
install_packages zypper install "curl git find krb5 libicu libopenssl1_1"
211+
install_packages zypper install "curl git find krb5 libicu"
212212

213213
ensure_dotnet_installed
214214
;;

0 commit comments

Comments
 (0)