mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
[fix] install cpan Carton
This commit is contained in:
parent
57524c3e83
commit
29db60383d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ sed -i "s@__FINALPATH__@$final_path@g" ../conf/logrotate
|
|||
sudo cp ../conf/logrotate /etc/logrotate.d/$app
|
||||
|
||||
# Install Carton
|
||||
sudo cpan Carton
|
||||
echo yes | sudo cpan Carton
|
||||
|
||||
# Install lufi via carton
|
||||
sudo mkdir -p /var/log/$app/
|
||||
|
|
Loading…
Reference in a new issue