1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update install

This commit is contained in:
frju365 2017-02-12 01:13:46 +01:00 committed by GitHub
parent 94e497c95b
commit 4633e4a2a6

View file

@ -14,11 +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