mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Add apt-get update before apt-get install in install script
This commit is contained in:
parent
50eb1bad6a
commit
51415b57c6
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|
|||
|| ynh_die "The path ${domain}${path} is not available for app installation."
|
||||
|
||||
# Install dependencies
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y -qq php5-cli php5-imagick php5-gd php5-mcrypt
|
||||
|
||||
# Use 'hubzilla' as database name and user
|
||||
|
|
Loading…
Add table
Reference in a new issue