mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] #9: 'apt-get' update before installing packages.
This commit is contained in:
parent
e90c0f785d
commit
8cee765fef
1 changed files with 1 additions and 0 deletions
1
ynh-dev
1
ynh-dev
|
@ -255,6 +255,7 @@ elif [ "$1" = "use-git" ]; then
|
|||
which gulp > /dev/null
|
||||
if [ $? -eq 1 ]
|
||||
then
|
||||
sudo apt-get update --fix-missing
|
||||
sudo apt-get -y install nodejs-legacy npm
|
||||
cd /vagrant/yunohost-admin/src
|
||||
sudo npm install
|
||||
|
|
Loading…
Reference in a new issue