mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Use cpanm to be able to install carton
This commit is contained in:
parent
7b3eeda4dc
commit
ea8ec69577
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ sed -i "s@__FINALPATH__@$final_path@g" ../conf/logrotate
|
||||||
sudo cp ../conf/logrotate /etc/logrotate.d/$app
|
sudo cp ../conf/logrotate /etc/logrotate.d/$app
|
||||||
|
|
||||||
# Install Carton
|
# Install Carton
|
||||||
echo yes | sudo cpan Carton
|
sudo apt-get install cpanminus -y
|
||||||
|
echo yes | sudo cpanm Carton
|
||||||
|
|
||||||
# Install lufi via carton
|
# Install lufi via carton
|
||||||
sudo mkdir -p /var/log/$app/
|
sudo mkdir -p /var/log/$app/
|
||||||
|
|
Loading…
Reference in a new issue