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-01-29 15:57:14 +01:00 committed by GitHub
parent eb8d9ee0fc
commit 6a44ce4471

View file

@ -12,10 +12,8 @@ is_public=$3
app=$YNH_APP_INSTANCE_NAME
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a $app
if [[ ! $? -eq 0 ]]; then
exit 1
fi
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|| ynh_die "Path not available: ${domain}${path}"
# Install dependency to convert tracks to a readable format for the browser
sudo apt-get -y -qq install php5-sqlite