Skip to content

Commit 7c57a55

Browse files
committed
Simplify dropdown options in downloads page
1 parent 14284c0 commit 7c57a55

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

downloads.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,22 @@ function option(string $value, string $desc, $attributes = []): string
7474
'osx' => [
7575
'name' => 'macOS',
7676
'variants' => [
77-
'osx-homebrew' => 'Homebrew/Brew',
78-
'osx-homebrew-php' => 'Homebrew/Homebrew-PHP',
77+
'osx-homebrew' => 'Homebrew',
78+
'osx-homebrew-php' => 'Homebrew-PHP',
7979
'osx-docker' => 'Docker',
8080
'osx-macports' => 'MacPorts',
8181
],
8282
],
8383
'windows' => [
8484
'name' => 'Windows',
8585
'variants' => [
86-
'windows-downloads' => 'Windows ZIP Downloads',
87-
'windows-native' => 'Windows Native Build',
88-
'windows-chocolatey' => 'Windows with Chocolatey',
89-
'windows-scoop' => 'Windows with Scoop',
90-
'windows-docker' => 'Windows with Docker',
91-
'windows-wsl-debian' => 'Windows with WSL/Debian',
92-
'windows-wsl-ubuntu' => 'Windows with WSL/Ubuntu',
86+
'windows-downloads' => 'ZIP Downloads',
87+
'windows-native' => 'Single Line Installer',
88+
'windows-chocolatey' => 'Chocolatey',
89+
'windows-scoop' => 'Scoop',
90+
'windows-docker' => 'Docker',
91+
'windows-wsl-debian' => 'WSL/Debian',
92+
'windows-wsl-ubuntu' => 'WSL/Ubuntu',
9393
],
9494
],
9595
];

0 commit comments

Comments
 (0)