mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
macos: install openssl@3.0 from homebrew
because openssl@1.1 has been disabled since 2024/10/24.
This commit is contained in:
@@ -45,7 +45,7 @@ done
|
|||||||
case $platform in
|
case $platform in
|
||||||
Darwin)
|
Darwin)
|
||||||
cmd="brew install"
|
cmd="brew install"
|
||||||
pkgs="openssl@1.1"
|
pkgs="openssl@3.0"
|
||||||
;;
|
;;
|
||||||
Linux-ubuntu*)
|
Linux-ubuntu*)
|
||||||
cmd="apt-get install --no-install-recommends -y"
|
cmd="apt-get install --no-install-recommends -y"
|
||||||
|
|||||||
Reference in New Issue
Block a user