Skip to content

Commit 38f12e8

Browse files
committed
Fix download instructions for scoop
1 parent f1b3e77 commit 38f12e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

include/download-instructions/windows-scoop.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
powershell -c "irm https://get.scoop.sh | iex"
77

88
# Download and install PHP.
9+
<?php if ($version === '8.5') { ?>
10+
scoop bucket add main
11+
scoop install main/php
12+
<?php } else { ?>
913
scoop bucket add versions
10-
scoop install php<?= $versionNoDot; ?>
14+
scoop install versions/php<?= $versionNoDot; ?>
15+
<?php } ?>
1116
</code></pre>

0 commit comments

Comments
 (0)