projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b7b93
)
bugfix(iterm2): mkdir -p ~/Applications before use
author
AJ ONeal
<coolaj86@gmail.com>
Fri, 29 Oct 2021 17:22:16 +0000
(11:22 -0600)
committer
AJ ONeal
<aj@therootcompany.com>
Sun, 14 Nov 2021 08:57:11 +0000
(08:57 +0000)
iterm2/install.sh
patch
|
blob
|
history
diff --git
a/iterm2/install.sh
b/iterm2/install.sh
index 47c6bcf345b4b2ef3789dd16f0689e4e1354ea18..7c94f13bb2e49fbd95a2783c4ec0e014e8bb6fac 100644
(file)
--- a/
iterm2/install.sh
+++ b/
iterm2/install.sh
@@
-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/
}