mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
add apt-get upgrade before install
This commit is contained in:
parent
3ddcd4ea49
commit
9570274f13
1 changed files with 1 additions and 0 deletions
|
@ -15,4 +15,5 @@ sudo rm $final_path/update-ynh.php
|
||||||
sudo chown -R www-data: $final_path/data/
|
sudo chown -R www-data: $final_path/data/
|
||||||
sudo chown -R www-data: $final_path/extensions/
|
sudo chown -R www-data: $final_path/extensions/
|
||||||
|
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y php5-gmp
|
sudo apt-get install -y php5-gmp
|
||||||
|
|
Loading…
Reference in a new issue