Skip to content

Commit

Permalink
Merge pull request #625 from mcneel/AndyPayne/RH78171
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
andyopayne committed Nov 8, 2023
2 parents bf2bcd4 + 5024d5e commit c489856
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified script/production/bootstrap_step-1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion script/production/bootstrap_step-1/module_rhino.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $rhinoSetup = "rhino_setup.exe"
Download $rhinoDownloadUrl $rhinoSetup

# Set firewall rule to allow installation
New-NetFirewallRule -DisplayName "Rhino 8" -Direction Inbound -Program $rhinoSetup -Action Allow
New-NetFirewallRule -DisplayName "Rhino 8 Installer" -Direction Inbound -Program $rhinoSetup -Action Allow

Write-Step 'Installing Rhino'
# Automated install (https://wiki.mcneel.com/rhino/installingrhino/8)
Expand Down
2 changes: 1 addition & 1 deletion script/production/module_update_rhino.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ try {
Download $rhinoDownloadUrl $rhinoSetup

# Set firewall rule to allow installation
New-NetFirewallRule -DisplayName "Rhino 8" -Direction Inbound -Program $rhinoSetup -Action Allow
New-NetFirewallRule -DisplayName "Rhino 8 Installer" -Direction Inbound -Program $rhinoSetup -Action Allow

Write-Step 'Installing Rhino'
# automated install (https://wiki.mcneel.com/rhino/installingrhino/8)
Expand Down

0 comments on commit c489856

Please sign in to comment.