diff --git a/install/INSTALL-GLACIER.sh b/install/INSTALL-GLACIER.sh index 9cac80e..2573799 100644 --- a/install/INSTALL-GLACIER.sh +++ b/install/INSTALL-GLACIER.sh @@ -17,4 +17,8 @@ chmod +x ../scripts/glacier echo "[ i ] Installing glacier..." cd ../scripts mv glacier /bin -echo "[ i ] Glacier has finished installing successfully." +echo "[ i ] A make.conf file is needed for Glacier to work properly." +echo "[ i ] Enter the amount of CPU cores and threads you have comined:" && read glacier-install-make-conf-cpu +touch /etc/make.conf +echo "MAKEFLAGS=-j$glacier-install-make-conf-cpu" +echo "[ i ] Glacier has installed successfully." \ No newline at end of file