X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=sidebyside;f=iterm2%2Finstall.sh;h=7c94f13bb2e49fbd95a2783c4ec0e014e8bb6fac;hb=714d8699c0242961a1c5164e1e837ee835818745;hp=47c6bcf345b4b2ef3789dd16f0689e4e1354ea18;hpb=ae2e7d7229e9e9c316e1148e47ed4b97973edc02;p=webi-installers%2F.git diff --git a/iterm2/install.sh b/iterm2/install.sh index 47c6bcf..7c94f13 100644 --- 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/ }