s
This commit is contained in:
@@ -50,8 +50,8 @@ fn install_() ! {
|
||||
|
||||
expand_dir := '/tmp/golang'
|
||||
|
||||
// the downloader is cool, it will check the download succeeds and also check the minimum size
|
||||
dest := osal.download(
|
||||
// the downloader is cool, it will check the download succeeds and also check the minimum size
|
||||
_ := osal.download(
|
||||
url: url
|
||||
minsize_kb: 40000
|
||||
expand_dir: expand_dir
|
||||
|
||||
@@ -42,10 +42,8 @@ fn upload_() ! {
|
||||
}
|
||||
|
||||
fn install_() ! {
|
||||
console.print_header('install rust')
|
||||
version := '1.83.0'
|
||||
|
||||
base.install()!
|
||||
console.print_header('install rust')
|
||||
base.install()!
|
||||
|
||||
pl := core.platform()!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user