mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Changed the paths in install
This commit is contained in:
parent
e87a0398b7
commit
feb1a602f5
1 changed files with 3 additions and 3 deletions
|
@ -85,11 +85,11 @@ ynh_setup_source "$final_path"
|
|||
|
||||
# 2 - Addons
|
||||
addons_file=`sudo cat ../conf/friendica-addons/source_file`;
|
||||
sudo wget -nv -i ../sources/hubzilla-addons/source_url -O ${addons_file}.zip
|
||||
sudo md5sum -c ../sources/hubzilla-addons/source_md5 --status || (echo "Corrupt source" >&2 && false)
|
||||
sudo wget -nv -i ../conf/friendica-addons/source_url -O ${addons_file}.zip
|
||||
sudo md5sum -c ../conf/friendica-addons/source_md5 --status || (echo "Corrupt source" >&2 && false)
|
||||
sudo unzip -q ${addons_file}.zip -d ../conf/friendica-addons/
|
||||
sudo mkdir $final_path/addon
|
||||
sudo cp -r ../sources/hubzilla-addons/${addons_file}/. $final_path/addon
|
||||
sudo cp -r ../conf/friendica-addons/${addons_file}/. $final_path/addon
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue