diff --git a/main.sh b/main.sh index d41ff2e..4d27b53 100644 --- a/main.sh +++ b/main.sh @@ -26,6 +26,8 @@ install_conda() { install_neofetch() { echo "Installing Neofetch..." + echo "Note: neofetch is discontinued. You want to use it? press any key for yes. Ctrl+C for no" + pause git clone https://github.com/dylanaraps/neofetch.git cd neofetch || exit make install PREFIX=$HOME/.local