mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 11:51:59 +02:00
(v1.1.0.9006) lose dependencies
This commit is contained in:
@ -126,7 +126,7 @@ Function InstallRtools {
|
||||
$rtoolsver = $env:RTOOLS_VERSION
|
||||
}
|
||||
|
||||
$rtoolsurl = $CRAN + "/bin/windows/Rtools/Rtools$rtoolsver.exe"
|
||||
$rtoolsurl = $CRAN + "/bin/windows/Rtools/Rtools$rtoolsver-x86_64.exe"
|
||||
|
||||
Progress ("Downloading Rtools from: " + $rtoolsurl)
|
||||
& "C:\Program Files\Git\mingw64\bin\curl.exe" -s -o ../Rtools-current.exe -L $rtoolsurl
|
||||
|
Reference in New Issue
Block a user