forked from mirrors/webxoss-core
fixup wixoss images download url
use https instead of http
This commit is contained in:
parent
a8c37e7d85
commit
9a29d25363
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
cd webxoss-client
|
cd webxoss-client
|
||||||
curl http://webxoss.com/images.tar | tar xv
|
curl https://webxoss.com/images.tar | tar xv
|
||||||
cd -
|
cd -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue