From 73ed9ab6684104e7b20eedeb93b07238b2f22c04 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 6 Nov 2022 02:57:38 +0100 Subject: [PATCH] add message when binary is moved to a new location --- archdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archdi b/archdi index 84aa345..880f629 100644 --- a/archdi +++ b/archdi @@ -52,7 +52,7 @@ install(){ echo "type archdi to start." if [[ -f "/usr/bin/archdi" ]]; then rm /usr/bin/archdi 2>/dev/null - hash -r + echo "If archdi doesn't start after update, run 'hash -r'" fi }