Skip to content
Snippets Groups Projects
Commit 5fc7651e authored by Pietro Incardona's avatar Pietro Incardona
Browse files

reducing the default number of cores to 1

parent 5d35ee4b
No related branches found
No related tags found
No related merge requests found
Pipeline #836 failed
......@@ -195,7 +195,7 @@ if [ $sq -eq 0 ]; then
possible_solutions "${commands[@]}"
fi
ncore=4
ncore=1
echo -e "\033[1mHow many core you want to use to install the dependencies?\033[0m"
if [ $sq -eq 0 ]; then
read ncore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment