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