mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Update install
This commit is contained in:
parent
26ec4ef7e5
commit
fbde108dbf
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
# Source app helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
|
||||
ynh_normalize_url_path $path
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|
||||
|| ynh_die "Path not available: ${domain}${path}"
|
||||
|
||||
|
||||
ynh_normalize_url_path $path
|
||||
|
||||
# Install dependency to convert tracks to a readable format for the browser
|
||||
sudo apt-get update
|
||||
sudo apt-get -y -qq install redis-server php5-redis nodejs-legacy nodejs npm
|
||||
|
|
Loading…
Add table
Reference in a new issue