mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Fixed wrong sources
This commit is contained in:
parent
10eefd4042
commit
ff374811bb
3 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/friendica/friendica/archive/2018.05.zip
|
||||
SOURCE_SUM=9b5497423ca7ce4b581fa97ca12f412d
|
||||
SOURCE_URL=https://github.com/friendica/friendica-addons/archive/2018.05.zip
|
||||
SOURCE_SUM=e00143e9302b25b01886deac5302d326
|
||||
SOURCE_SUM_PRG=md5sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/friendica/friendica-addons/archive/2018.05.zip
|
||||
SOURCE_SUM=e00143e9302b25b01886deac5302d326
|
||||
SOURCE_URL=https://github.com/friendica/friendica/archive/2018.05.zip
|
||||
SOURCE_SUM=9b5497423ca7ce4b581fa97ca12f412d
|
||||
SOURCE_SUM_PRG=md5sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -107,9 +107,7 @@ ynh_add_nginx_config
|
|||
|
||||
|
||||
# configure friendica
|
||||
|
||||
sudo cp $final_path/htconfig.php $final_path/.htconfig.php
|
||||
|
||||
sudo cp /var/www/friendica/htconfig.php /var/www/friendica/.htconfig.php
|
||||
sudo sed -i "s@your.mysqlhost.com@localhost@g" $final_path/.htconfig.php
|
||||
sudo sed -i "s@mysqlusername@$db_name@g" $final_path/.htconfig.php
|
||||
sudo sed -i "s@mysqldatabasename@$db_name@g" $final_path/.htconfig.php
|
||||
|
|
Loading…
Add table
Reference in a new issue