add message when binary is moved to a new location

This commit is contained in:
MatMoul 2022-11-06 02:57:38 +01:00
parent 6a732d9730
commit 73ed9ab668

2
archdi
View file

@ -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
}