show cpuinfo

This commit is contained in:
Jay Lee
2019-10-18 20:02:12 -04:00
parent 79c62d86cc
commit 2722d97a7d
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ if [ $SSLRESULT -ne 0 ] || [[ "$SSLVER" != "OpenSSL $BUILD_OPENSSL_VERSION "* ]]
sudo apt-get -qq --yes build-dep python3 > /dev/null
sudo apt-get -qq --yes install zlib1g-dev > /dev/null
cat /proc/cpuinfo
cpucount=$(nproc --all)
echo "This device has $cpucount CPUs for compiling..."

View File

@@ -44,6 +44,7 @@ else
sudo cp -v /tmp/sources.list /etc/apt
sudo apt-get -qq --yes update > /dev/null
sudo apt-get -qq --yes build-dep python3 > /dev/null
cat /proc/cpuinfo
cpucount=$(nproc --all)
echo "This device has $cpucount CPUs for compiling..."