1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Fix PG again

This commit is contained in:
nemsia 2017-04-11 11:55:32 +02:00 committed by GitHub
parent 2de65844e9
commit 1cc7f73737

View file

@ -73,7 +73,7 @@ sudo su -c "psql" postgres <<< \
"update pg_database set datistemplate='false' where datname='template1';"\ "update pg_database set datistemplate='false' where datname='template1';"\
"drop database template1;"\ "drop database template1;"\
"create database template1 encoding='UTF8' template template0;"\ "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 # Download all Ruby source
sudo git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv sudo git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv