forked from sig_core/toolkit
4 lines
107 B
Bash
4 lines
107 B
Bash
|
#!/bin/bash
|
||
|
r_log "postgresql" "Installing postgresql"
|
||
|
p_installPackageNormal postgresql-server postgresql
|