diff --git a/install.zsh b/install.zsh index 40e888b..b09d159 100755 --- a/install.zsh +++ b/install.zsh @@ -61,6 +61,9 @@ function at-repos-pull() { function at-repos-social-app-icon() { curl -sL https://raw.githubusercontent.com/bluesky-social/social-app/main/src/view/icons/Logotype.tsx -o $d/repos/social-app/src/view/icons/Logotype.tsx + if [ -d $d/icons ];then + mkdir -p $d/icons + fi cp -rf $d/repos/social-app/src/view/icons/Logotype.tsx $d/icons/ }