mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
update inline comments
This commit is contained in:
parent
647b307351
commit
1346e34c30
1 changed files with 11 additions and 3 deletions
|
@ -43,6 +43,10 @@ exec_as() {
|
|||
fi
|
||||
}
|
||||
|
||||
#
|
||||
# Composer helpers
|
||||
#
|
||||
|
||||
# Execute a composer command from a given directory
|
||||
# usage: composer_exec AS_USER WORKDIR COMMAND [ARG ...]
|
||||
exec_composer() {
|
||||
|
@ -71,9 +75,9 @@ init_composer() {
|
|||
|| ynh_die "Unable to update monica core dependencies"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
# NODEJS
|
||||
#=================================================
|
||||
#
|
||||
# NodeJS helpers
|
||||
#
|
||||
|
||||
sudo_path () {
|
||||
sudo env "PATH=$PATH" $@
|
||||
|
@ -158,6 +162,10 @@ ynh_remove_nodejs () {
|
|||
fi
|
||||
}
|
||||
|
||||
#
|
||||
# PHP7 helpers
|
||||
#
|
||||
|
||||
ynh_install_php7 () {
|
||||
sudo echo 'deb https://packages.dotdeb.org jessie all' > /etc/apt/sources.list.d/dotdeb.list
|
||||
curl http://www.dotdeb.org/dotdeb.gpg | sudo apt-key add -
|
||||
|
|
Loading…
Add table
Reference in a new issue