ivandavidov/minimal
Overlay bundles - download and install bundles from internet
开放
#121 创建于 2017年11月29日
enhancementhelp wanted
仓库指标
- 星标
- (1,667 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
For now this is just an idea.
The idea is to be possible to install bundles directly from internet. Of course, this means that the bundles should be provided as URLs which point to either 'tgz' or 'bundle.sh' or something like that.
The easiest and simplest method to implement this is by parsing the bundle name and if it starts with 'http', then download the file 'URL/bundle_online.sh'. This script should do everything else, e.g. download additional resources, build & pack, etc.
Of course, this introduces some security issues but this can be refined later.
Further refinement ideas are highly appreciated.