mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 20:16:23 +00:00
bugfix(iterm2): mkdir -p ~/Applications before use
This commit is contained in:
@@ -28,6 +28,7 @@ function _install_iterm2() {
|
||||
if [[ -d ~/Applications/iTerm.app ]]; then
|
||||
mv ~/Applications/iTerm.app "${WEBI_TMP}/iTerm.app-webi.bak"
|
||||
fi
|
||||
mkdir -p ~/Applications/
|
||||
mv "${WEBI_TMP}/iTerm.app" ~/Applications/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user