mirror of
https://github.com/Snigdha-OS/snigdhaos-system-installation.git
synced 2025-09-21 22:04:55 +02:00
@eshanized: push via push.sh!!!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!bin/bash
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Author : Eshan Roy <eshan@snigdhaos.or>
|
||||
@@ -10,6 +10,7 @@ echo
|
||||
|
||||
numberofcores=$(grep -c ^processor /proc/cpuinfo)
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
if [ $numberofcores -gt 1 ]; then
|
||||
echo "TOTAL CORES : "$numberofcores
|
||||
echo "Changing makeflags for "$numberofcores "cores."
|
||||
|
Reference in New Issue
Block a user