mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
8 lines
138 B
Bash
Executable file
8 lines
138 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
PREFIX=/usr/local
|
|
|
|
echo "==> 🔥 Installing mas"
|
|
|
|
rm -rf /usr/local/Frameworks/MasKit.framework
|
|
rm -f /usr/local/bin/mas
|