mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
💀 Set execute perms on uninstall script
This commit is contained in:
parent
457e2ab5ee
commit
540bb19a3f
1 changed files with 1 additions and 1 deletions
2
script/uninstall
Normal file → Executable file
2
script/uninstall
Normal file → Executable file
|
@ -4,5 +4,5 @@ PREFIX=/usr/local
|
|||
|
||||
echo "==> 🔥 Installing mas"
|
||||
|
||||
rm -rf /usr/local/Frameworks/MasKit.framework/
|
||||
rm -rf /usr/local/Frameworks/MasKit.framework
|
||||
rm -f /usr/local/bin/mas
|
||||
|
|
Loading…
Reference in a new issue