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:
parent
2de65844e9
commit
1cc7f73737
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue