Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
SOWI Administratoren
chocolatey-packages
Commits
cf14a5bb
Commit
cf14a5bb
authored
Jan 20, 2021
by
Saad Chaaban
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update chocolateyInstall.ps1
parent
60aab782
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
R.Studio/tools/chocolateyInstall.ps1
R.Studio/tools/chocolateyInstall.ps1
+2
-2
No files found.
R.Studio/tools/chocolateyInstall.ps1
View file @
cf14a5bb
$checksum
=
'
62b9e60ab2779188e6bbbe39a170c5735130b7627cc79c3ffc4ff5484384ac9f
'
$checksum
=
'
c33841891c71e2c3bfd28a7be7756622f5194a849644b68b80361869296ecb39
'
$checksumType
=
'sha256'
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"https://download1.rstudio.org/desktop/windows/RStudio-1.3.1093.exe"
-CheckSum
$checksum
-ChecksumType
$checksumType
-validExitCodes
@(
0
)
\ No newline at end of file
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"https://download1.rstudio.org/desktop/windows/RStudio-1.4.1103.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