diff --git a/install/INSTALL-GLACIER.sh b/install/INSTALL-GLACIER.sh index 2573799..c4cf94a 100644 --- a/install/INSTALL-GLACIER.sh +++ b/install/INSTALL-GLACIER.sh @@ -17,8 +17,5 @@ chmod +x ../scripts/glacier echo "[ i ] Installing glacier..." cd ../scripts mv glacier /bin -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 +printf "[ i ] Glacier has finished installing." \ No newline at end of file