1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

[mod] actually noalyss recommand to only cp those paths

This commit is contained in:
Laurent Peuch 2015-09-27 01:07:02 +02:00
parent 2cce9339df
commit 6d310736d5

View file

@ -14,6 +14,7 @@ sudo apt-get install postgresql php5 php5-pgsql php5-gd php-gettext p7zip-full l
final_path=/var/www/noalyss
sudo mkdir -p $final_path
sudo cp -a ../sources/* $final_path
sudo cp -a ../sources/html/ $final_path
sudo cp -a ../sources/include/ $final_path
sudo yunohost app setting noalyss version -v "6.9.0.0"