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:39:52 +00:00
parent f1e4a042d9
commit 32f974c852

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
sudo rm -f $app.tgz
cd $directory
sudo cp inc/$php_config.in inc/$php_config