From 6ee91200cda9e645252f8134b7c673b197263a0b Mon Sep 17 00:00:00 2001 From: 1tbfree <1tbfree@proton.me> Date: Sat, 27 Jul 2024 01:25:51 +0200 Subject: [PATCH 1/2] Update main.sh --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index d41ff2e..de89dc3 100644 --- a/main.sh +++ b/main.sh @@ -26,6 +26,7 @@ install_conda() { install_neofetch() { echo "Installing Neofetch..." + echo "Note: neofetch is discontinued. You want to use it?" git clone https://github.com/dylanaraps/neofetch.git cd neofetch || exit make install PREFIX=$HOME/.local From 76f044564a479b2afb872a0b9340bd149ebbc965 Mon Sep 17 00:00:00 2001 From: 1tbfree <1tbfree@proton.me> Date: Sat, 27 Jul 2024 01:26:40 +0200 Subject: [PATCH 2/2] Update main.sh --- main.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index de89dc3..4d27b53 100644 --- a/main.sh +++ b/main.sh @@ -26,7 +26,8 @@ install_conda() { install_neofetch() { echo "Installing Neofetch..." - echo "Note: neofetch is discontinued. You want to use it?" + 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