From 3fa7b2785d2d653bd676829b399a7d94ce50ceeb Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 6 Sep 2017 21:19:27 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b603cef..39cafe4 100755 --- a/scripts/install +++ b/scripts/install @@ -73,8 +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 -O $final_path -cd $final_path +wget https://github.com/facette/facette/releases/download/0.4.0rc2/facette_0.4.0rc2_jessie-amd64.deb dpkg -i facette_0.4.0rc2_jessie-amd64.deb #=================================================