mirror of
https://github.com/YunoHost-Apps/facette_ynh.git
synced 2024-09-03 18:36:02 +02:00
[fix] install
This commit is contained in:
parent
d4fb32bdbd
commit
44bcb5d037
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ ynh_install_app_dependencies rrdtool rrdcached collectd
|
||||||
|
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
wget https://github.com/facette/facette/releases/download/0.4.0rc2/facette_0.4.0rc2_jessie-amd64.deb $final_path
|
wget https://github.com/facette/facette/releases/download/0.4.0rc2/facette_0.4.0rc2_jessie-amd64.deb -O $final_path
|
||||||
cd $final_path
|
cd $final_path
|
||||||
dpkg -i facette_0.4.0rc2_jessie-amd64.deb
|
dpkg -i facette_0.4.0rc2_jessie-amd64.deb
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue