curl -s https://gist.githubusercontent.com/kesslerdev/1e19cf82efc7779879fc169207c1a5ca/raw/run.sh| bash -s <original entrypoint + command>
components:
- mountSources: true
endpoints:
{ | |
"folders": [ | |
{ | |
"id": "309118ca-5036-4a76-a7ef-154ab3d16795", | |
"name": "Image de Marque" | |
}, | |
{ | |
"id": "95032612-160b-4499-84b4-0d1601cd9cfa", | |
"name": "Utilisateurs" | |
}, |
{ | |
"name": "Flake Fuji Tokenlist", | |
"logoURI": "https://flake-token.gitlab.io/flake-wallet/favicon.png", | |
"keywords": [ | |
], | |
"version": { | |
"major": 0, | |
"minor": 7, | |
"patch": 2 | |
}, |
use this onliner for installing Ubuntu on Windows 10 (WSL)
. { Invoke-WebRequest -useb https://gist.githubusercontent.com/kesslerdev/9803173550cf5bce4f94c0b6b80e064d/raw/install.ps1 } | Invoke-Expression
and when bash is available,
curl -o- https://gist.githubusercontent.com/kesslerdev/9803173550cf5bce4f94c0b6b80e064d/raw/install.sh | bash