Skip to content
Snippets Groups Projects
Unverified Commit 61cb7846 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Fix #6

parent 5021a053
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
version="1.5.0";
version="1.6.0";
tput setaf 4;
echo "";
......@@ -673,8 +673,8 @@ if $db_local; then
tput setaf 3;
echo "Process: install postgres;"
tput setaf 7;
wget https://salsa.debian.org/postgresql/postgresql-common/raw/master/pgdg/apt.postgresql.org.sh;
sh apt.postgresql.org.sh -i -v 13;
apt install -y postgresql-common;
sh /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -i -v 15;
tput setaf 3;
echo "Process: create user and database on postgres;"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment