Update 'install/INSTALL-GLACIER.sh'

This commit is contained in:
Liam Waldron 2022-06-24 18:00:09 -04:00
parent d5122b918b
commit 1e2e514b49

View File

@ -17,4 +17,8 @@ chmod +x ../scripts/glacier
echo "[ i ] Installing glacier..." echo "[ i ] Installing glacier..."
cd ../scripts cd ../scripts
mv glacier /bin 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."