X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=postgres%2Finstall.sh;h=35d4625c68f222ace7136fb576cdffd53cf94a48;hb=14f590f5a5ba9f614843441a0f752c2754b47f84;hp=f0336fed9f1cb2bde0a2b56faad6a301333751a9;hpb=2aef71f4c99b2b89d90a6bb471cfdeba25ba4ded;p=webi-installers%2F.git diff --git a/postgres/install.sh b/postgres/install.sh index f0336fe..35d4625 100644 --- 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 }