diff --git a/automatic/ruby.install/ruby.install.nuspec b/automatic/ruby.install/ruby.install.nuspec index 37d5a5ebcbb..aa7aba303cf 100644 --- a/automatic/ruby.install/ruby.install.nuspec +++ b/automatic/ruby.install/ruby.install.nuspec @@ -26,7 +26,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo ruby language programming development dynamic cross-platform foss https://www.ruby-lang.org/en/about/license.txt https://www.ruby-lang.org - https://git.ruby-lang.org/ruby.git/tree + https://github.com/ruby/ruby https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ruby.install https://bugs.ruby-lang.org/projects/ruby-master/issues false diff --git a/automatic/ruby.install/tools/chocolateyInstall.ps1 b/automatic/ruby.install/tools/chocolateyInstall.ps1 index 700796f79d2..e35f5fbd37b 100644 --- a/automatic/ruby.install/tools/chocolateyInstall.ps1 +++ b/automatic/ruby.install/tools/chocolateyInstall.ps1 @@ -16,7 +16,7 @@ $packageArgs = @{ fileType = 'exe' file = "$toolsPath\rubyinstaller-3.3.0-1-x86.exe" file64 = "$toolsPath\rubyinstaller-3.3.0-1-x64.exe" - silentArgs = '/verysilent /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',') + silentArgs = '/verysilent /allusers /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',') validExitCodes = @(0) softwareName = 'ruby *' } diff --git a/automatic/ruby.portable/ruby.portable.nuspec b/automatic/ruby.portable/ruby.portable.nuspec index 12720348fc1..c6444a98fb7 100644 --- a/automatic/ruby.portable/ruby.portable.nuspec +++ b/automatic/ruby.portable/ruby.portable.nuspec @@ -18,7 +18,7 @@ Ruby is a dynamic, open source programming language focusing on simplicity and p ruby language programming development dynamic cross-platform foss portable https://www.ruby-lang.org/en/about/license.txt https://www.ruby-lang.org - https://git.ruby-lang.org/ruby.git/tree + https://github.com/ruby/ruby https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ruby.portable https://bugs.ruby-lang.org/projects/ruby-master/issues false diff --git a/automatic/ruby/ruby.nuspec b/automatic/ruby/ruby.nuspec index a1c5e152344..8b4bd849595 100644 --- a/automatic/ruby/ruby.nuspec +++ b/automatic/ruby/ruby.nuspec @@ -27,7 +27,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo ruby language programming development dynamic cross-platform foss https://www.ruby-lang.org/en/about/license.txt https://www.ruby-lang.org - https://git.ruby-lang.org/ruby.git/tree + https://github.com/ruby/ruby https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ruby https://bugs.ruby-lang.org/projects/ruby-master/issues false