This commit is contained in:
BoHung Chiu 2022-08-24 15:00:24 +08:00
parent 823d610074
commit e06e35666e
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ ubuntu_ver="$(lsb_release -rs)"
sudo apt install -y make
org_pwd="$(pwd)"
cpu_cores="$(nproc --all)"
if [[ -z "$cpu_cores" ]]; then
cpu_cores="1"
fi
openssl_ver="$(openssl version|xargs| awk '{print $2}')"
openssl_dir=""
openssl_source_dir=""