mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-21 09:26:41 +00:00
chore: shmatter to frontmatter (closes #393)
This commit is contained in:
8
postgresql/README.md
Normal file
8
postgresql/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: PostgreSQL (Postgres alias)
|
||||
homepage: https://webinstall.dev/postgres
|
||||
tagline: Alias for https://webinstall.dev/postgres
|
||||
alias: postgres
|
||||
description: |
|
||||
See https://webinstall.dev/postgres
|
||||
---
|
||||
@@ -1,10 +1,4 @@
|
||||
#!/bin/bash
|
||||
# title: PostgreSQL (Postgres alias)
|
||||
# homepage: https://webinstall.dev/postgres
|
||||
# tagline: Alias for https://webinstall.dev/postgres
|
||||
# alias: postgres
|
||||
# description: |
|
||||
# See https://webinstall.dev/postgres
|
||||
|
||||
function __redirect_alias_postgres() {
|
||||
echo "'postgresql' is an alias for 'postgres'"
|
||||
|
||||
Reference in New Issue
Block a user