1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facette_ynh.git synced 2024-09-03 18:36:02 +02:00

Update install

This commit is contained in:
Rafi59 2017-09-06 21:19:27 +02:00 committed by GitHub
parent 44bcb5d037
commit 3fa7b2785d

View file

@ -73,8 +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 -O $final_path wget https://github.com/facette/facette/releases/download/0.4.0rc2/facette_0.4.0rc2_jessie-amd64.deb
cd $final_path
dpkg -i facette_0.4.0rc2_jessie-amd64.deb dpkg -i facette_0.4.0rc2_jessie-amd64.deb
#================================================= #=================================================