Last active
August 1, 2019 04:15
-
-
Save M4cs/aa84f7a631ea2a234cb5597abc4d1354 to your computer and use it in GitHub Desktop.
MTI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd <PATH_TO_BUNDLE_ROOT> | |
ls | |
# expect bundle to be shown in output | |
sudo easy_mount | |
sudo mti-cli -i -t <THEME_BUNDLE_NAME>.bundle | |
# TO UNINSTALL | |
sudo mti-cli -u -t <THEME_BUNDLE_NAME>.bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment