diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-09-18 08:50:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-09-18 08:50:27 -0300 |
commit | 27fe2aea865b8b9a3c0833a4be52273d4a4254a1 (patch) | |
tree | c29f062f1ee04df02c6b6400e8ca16763855587c | |
parent | f5427617d86a25ae54ec19ced817a75c8c17b1d4 (diff) | |
download | trashman-27fe2aea865b8b9a3c0833a4be52273d4a4254a1.tar.gz trashman-27fe2aea865b8b9a3c0833a4be52273d4a4254a1.tar.bz2 |
Fix: tor-browser: install location on trashman_run_with invocation
-rwxr-xr-x | share/hoarder/tor-browser/unix/linux/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hoarder/tor-browser/unix/linux/install b/share/hoarder/tor-browser/unix/linux/install index c16af60..9e58b92 100755 --- a/share/hoarder/tor-browser/unix/linux/install +++ b/share/hoarder/tor-browser/unix/linux/install @@ -89,4 +89,4 @@ rm -f $HOME/.local/bin/$APP # Done trashman_installed_at $HOME/.local/share/$APP/$ARCH/latest -trashman_run_with $HOME/.local/bin/$APP-$ARCH/latest +trashman_run_with $HOME/.local/bin/$APP-$ARCH |