mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
Merge pull request #6 from maniackcrudelis/bug-cpan-Carton
apt-get à la place cpan pour carton
This commit is contained in:
commit
99603f6c79
1 changed files with 2 additions and 2 deletions
|
@ -71,10 +71,10 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
|||
# Installation du module perl carton
|
||||
sudo mkdir -p /var/log/$app/
|
||||
echo "Installation du module perl carton. Attention, étape très longue..."
|
||||
yes | sudo cpan Carton 2>&1 | sudo tee "/var/log/$app/setup_carton.log" > /dev/null
|
||||
## yes | sudo cpan Carton 2>&1 | sudo tee "/var/log/$app/setup_carton.log" > /dev/null
|
||||
|
||||
# Installation de perlmagick, interface perl pour imagemagick
|
||||
sudo apt-get install perlmagick -qy
|
||||
sudo apt-get install carton perlmagick -qy
|
||||
|
||||
## Copie et configuration du fichier de conf.
|
||||
sudo cp ../conf/lutim.conf.template "$final_path/lutim.conf"
|
||||
|
|
Loading…
Reference in a new issue