From 44bcb5d037c4b94dfcc3f976487ff227e787f2bf Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 6 Sep 2017 21:12:13 +0200 Subject: [PATCH] [fix] install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 483b3fd..b603cef 100755 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ ynh_install_app_dependencies rrdtool rrdcached collectd ynh_app_setting_set $app final_path $final_path # 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 dpkg -i facette_0.4.0rc2_jessie-amd64.deb