1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00
This commit is contained in:
Rémy Garrigue 2015-08-21 07:38:12 +00:00
parent 733f0407be
commit f1e4a042d9

View file

@ -41,7 +41,7 @@ cd /tmp
sudo wget http://download.dotclear.org/latest.tar.gz -O $app.tgz
sudo tar xf $app.tgz
sudo mkdir -p $directory
sudo mv dotclear $directory/$app
sudo mv dotclear/. $directory/$app
sudo rm -f $app.tgz
cd $directory
sudo cp inc/$php_config.in inc/$php_config