Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
SOWI Administratoren
chocolatey-packages
Commits
e6099b27
Commit
e6099b27
authored
Apr 28, 2017
by
Dr. Markus Schrenker
Committed by
GitHub
Apr 28, 2017
Browse files
Update chocolateyInstall.ps1
parent
6673ac45
Changes
1
Hide whitespace changes
Inline
Side-by-side
R.Studio/tools/chocolateyInstall.ps1
View file @
e6099b27
$version
=
'0.99'
$minor
=
'902'
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"http://download1.rstudio.org/RStudio-
$version
.
$minor
.exe"
-validExitCodes
@(
0
)
\ No newline at end of file
$checksum
=
'A778348D9E58D3466BCF60C256F6F4C04BC6E78DDB73775332F3EBE3D8EA775C'
$checksumType
=
'sha256'
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"https://download1.rstudio.org/RStudio-1.0.143.exe"
-CheckSum
$checksum
-ChecksumType
$checksumType
-validExitCodes
@(
0
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment