Remove hard-coded path
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
035cfc8b33
commit
49a3d38aa5
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
||||||
u=$(checkupdates | wc -l)
|
u=$(checkupdates | wc -l)
|
||||||
[ $u -gt 0 ] || exit
|
[ $u -gt 0 ] || exit
|
||||||
|
|
||||||
printf "\uf94f %d %s" $u $(/home/luzifer/bin/pluralize Update $u)
|
printf "\uf94f %d %s" $u $(${HOME}/bin/pluralize Update $u)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue