Skip to content

Commit c9b9d08

Browse files
committed
Fix install script --skip-8.0 --skip-8.1
1 parent a356c3a commit c9b9d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ts = $False # Set $False for nts or $True for ts
3030
$version = '8.1' # Set 8.0 or 8.1
3131
3232
# Install
33-
New-Item -Path C:\tools\php -Type Directory -Force
33+
New-Item -Path $php_dir -Type Directory -Force
3434
Invoke-WebRequest -UseBasicParsing -Uri https://github.com/shivammathur/php-builder-windows/releases/latest/download/Get-PhpNightly.ps1 -OutFile $php_dir\Get-PhpNightly.ps1
3535
. $php_dir\Get-PhpNightly.ps1 -Architecture $arch -ThreadSafe $ts -Path $php_dir -Version $version
3636

0 commit comments

Comments
 (0)