Skip to content

Commit

Permalink
Update install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger authored Dec 30, 2022
1 parent acfd12f commit f4d4918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ $content = Get-Content -Path "sitedrop.ps1"
$newContent = $content -replace "VM_IP=192.168.64.2", "VM_IP=$ip"
$newContent | Set-Content -Path 'sitedrop.ps1'

Invoke-WebRequest -URI "https://raw.githubusercontent.com/jonathanbossenger/wp-local-env/trunk/windows/scripts/os/sitehosts.ps1" -OutFile "sitehosts.ps1"

Write-Host "Done, wp-local-env is ready to use at $ip!"

0 comments on commit f4d4918

Please sign in to comment.