Add MAIN: to bootstrap.image.download
parent
d65bde09d1
commit
cb2dc00762
|
@ -23,3 +23,7 @@ bootstrap.image sequences io ;
|
||||||
"Boot image up to date" print
|
"Boot image up to date" print
|
||||||
drop
|
drop
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
|
: download-my-image ( -- ) my-arch download-image ;
|
||||||
|
|
||||||
|
MAIN: download-my-image
|
||||||
|
|
Loading…
Reference in New Issue