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:
parent
eb8d9ee0fc
commit
6a44ce4471
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue