From 392f2a7c61242ac83eebd3d54e8706a28671ffbd Mon Sep 17 00:00:00 2001 From: wschmied Date: Sun, 23 Feb 2020 10:40:14 -0800 Subject: [PATCH] Update index.md --- index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index a744ce9..f41e38d 100644 --- a/index.md +++ b/index.md @@ -56,8 +56,8 @@ Update the system and install necessary system packages, PostgreSQL and the opti ``` sudo apt-get update -y sudo apt-get full-upgrade -y -sudo apt-get install -y zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libgdbm-dev libncurses5-dev automake libtool bison libffi-dev git curl poppler-utils unrtf tesseract-ocr catdoc libxml2 libxml2-dev libxslt1-dev memcached postgresql postgresql-contrib libpq-dev libsass1 libsass-dev npm nodejs -``` +sudo apt-get install -y zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libgdbm-dev libncurses5-dev automake libtool bison libffi-dev git curl poppler-utils unrtf tesseract-ocr catdoc libxml2 libxml2-dev libxslt1-dev memcached postgresql postgresql-contrib libpq-dev libsass1 libsass-dev npm nodejs ruby + ``` ## Expand filesystem Expand the filesystem to take full advantage of the size of SD card chosen; @@ -95,6 +95,7 @@ Check PostgreSQL users and their privileges. If the CREATE DB privilege is missi ``` psql \du +exit ``` The output should look like this: