update: Minor fix
parent
435e24f3b7
commit
8823535006
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
USING: kernel system sequences io.files io.launcher bootstrap.image
|
USING: kernel system sequences io.files io.launcher bootstrap.image
|
||||||
|
http.client
|
||||||
builder.util builder.release.branch ;
|
builder.util builder.release.branch ;
|
||||||
|
|
||||||
IN: update
|
IN: update
|
||||||
|
@ -23,7 +24,7 @@ IN: update
|
||||||
: remote-clean-image ( -- url )
|
: remote-clean-image ( -- url )
|
||||||
"http://factorcode.org/images/clean/" my-boot-image-name append ;
|
"http://factorcode.org/images/clean/" my-boot-image-name append ;
|
||||||
|
|
||||||
: download-clean-image ( -- ) { "wget" remote-clean-image } run-command ;
|
: download-clean-image ( -- ) remote-clean-image download ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue