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:
2aef71f
)
bugfix(postgres): mkdir -p ~/Applications before use
author
AJ ONeal
<coolaj86@gmail.com>
Fri, 29 Oct 2021 17:25:38 +0000
(11:25 -0600)
committer
AJ ONeal
<aj@therootcompany.com>
Sun, 14 Nov 2021 08:57:32 +0000
(08:57 +0000)
postgres/install.sh
patch
|
blob
|
history
diff --git
a/postgres/install.sh
b/postgres/install.sh
index f0336fed9f1cb2bde0a2b56faad6a301333751a9..35d4625c68f222ace7136fb576cdffd53cf94a48 100644
(file)
--- a/
postgres/install.sh
+++ b/
postgres/install.sh
@@
-29,6
+29,7
@@
pkg_link() {
# ln -s "$HOME/.local/opt/postgres-v10.13" "$HOME/.local/opt/postgres"
ln -s "$pkg_src" "$pkg_dst"
+ mkdir -p ~/Applications
ln -s "$pkg_src/pgAdmin 4.app" "$HOME/Applications/pgAdmin 4.app" || true
}