Skip to content

Commit 332127e

Browse files
authored
Remove libopenssl1_1 dependency (#2049)
I don't know how it would impact Leap though. Tested on Tumbleweed only.
2 parents 0d58aad + f5e006b commit 332127e

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)