From e117737527bb08e241b4e9e2945904d32d333749 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Mon, 8 Aug 2022 22:17:53 -0400 Subject: [PATCH] Update 'install/INSTALL-GLACIER.sh' --- install/INSTALL-GLACIER.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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