This commit is contained in:
2025-02-03 12:37:19 +03:00
parent 1d6af5204b
commit c8d715126f
13 changed files with 143 additions and 67 deletions

View File

@@ -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

View File

@@ -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()!