diff options
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 299b945..432b1ad 100644 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ sudo su -c "psql" postgres <<< \ "update pg_database set datistemplate='false' where datname='template1';"\ "drop database template1;"\ "create database template1 encoding='UTF8' template template0;"\ - "update pg_database set datistemplate='true' where datname='template1'; + "update pg_database set datistemplate='true' where datname='template1';" # Download all Ruby source sudo git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv |
