mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[enh] move sources to the correct place
This commit is contained in:
parent
2fdd70d401
commit
f795218e0b
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@ if [[ ! $? -eq 0 ]]; then
|
|||
fi
|
||||
|
||||
sudo apt-get install postgresql php5 php5-pgsql php5-gd php-gettext p7zip-full libgd2-xpm-dev
|
||||
|
||||
final_path=/var/www/noalyss
|
||||
sudo mkdir -p $final_path
|
||||
sudo cp -a ../sources/* $final_path
|
||||
|
|
Loading…
Reference in a new issue