1
0
Fork 0
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:
Andrew Manning 2017-02-10 20:12:46 -05:00
parent 50eb1bad6a
commit 51415b57c6

View file

@ -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