add hash after moving binary

This commit is contained in:
MatMoul 2022-11-06 02:50:18 +01:00
parent 1e91558b76
commit 963cefa6e2

1
archdi
View file

@ -52,6 +52,7 @@ install(){
echo "type archdi to start."
if [[ -f "/usr/bin/archdi" ]]; then
rm /usr/bin/archdi 2>/dev/null
hash -r
fi
}