mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Fix #3
This commit is contained in:
parent
733f0407be
commit
f1e4a042d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue