mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Use trash -F
instead of trash
to facilitate better undelete.
Resolve #576 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
bc961cf0d9
commit
f06fc7bb75
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ fi
|
||||||
|
|
||||||
echo "==> 🔥 Uninstalling mas from $PREFIX"
|
echo "==> 🔥 Uninstalling mas from $PREFIX"
|
||||||
|
|
||||||
trash "$PREFIX/bin/mas"
|
trash -F "$PREFIX/bin/mas"
|
||||||
|
|
Loading…
Reference in a new issue