X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=postgres%2Finstall.sh;h=a8769f553560c54eec72a71b5b1493b5bf72f40a;hb=31e780afa641bb0b67b8f48e873c53273ea50462;hp=c21cdb7474822517be0aca0d8f2c4749942053ca;hpb=6b6a9d7a1a5824ad807d21714f1649bb9e9f2abe;p=webi-installers%2F.git diff --git a/postgres/install.sh b/postgres/install.sh index c21cdb7..a8769f5 100644 --- a/postgres/install.sh +++ b/postgres/install.sh @@ -25,7 +25,7 @@ pkg_install() { pkg_link() { # rm -f "$HOME/.local/opt/postgres" rm -f "$pkg_dst" - rm -f "$HOME/Applications/pgAdmin*.app" || true + rm -f "$HOME/Applications/pgAdmin"*.app || true # ln -s "$HOME/.local/opt/postgres-v10.13" "$HOME/.local/opt/postgres" ln -s "$pkg_src" "$pkg_dst"