Update 'install/INSTALL-GLACIER.sh'

This commit is contained in:
Liam Waldron 2022-08-08 22:17:53 -04:00
parent 69a5f0444a
commit e117737527

View File

@ -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."
printf "[ i ] Glacier has finished installing."