1
0
Fork 0

The http install procedure will try to update the appstore before installing apps

This commit is contained in:
Michael Hackstein 2015-02-12 11:02:51 +01:00
parent da143793bb
commit e0c85f782a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ actions.defineHttp({
var appInfo = body.appInfo; var appInfo = body.appInfo;
var mount = body.mount; var mount = body.mount;
var options = body.options; var options = body.options;
foxxManager.update();
return foxxManager.install(appInfo, mount, options); return foxxManager.install(appInfo, mount, options);
} }
}) })