Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6597f13
Refs #6636: Remove the part of the script that actually installs Choc…
Mar 5, 2025
d2137d7
Refs #6636: Installed DDEV & gsudo on Windows.
Mar 5, 2025
c0ab7da
Refs #6636: Finished adding Windows versions of DDEV, mkcert & gsudo.
Mar 5, 2025
cc946b6
Refs #6636: Get non-Chocolatey versions of dependencies for Docker De…
Mar 5, 2025
a2d9905
Refs #6636: Stop installing gsudo & mkcert as this is done by the DDE…
Mar 6, 2025
b3ea9a5
Refs #6636: Stop hardcoding the DDEV release to download; get the ver…
Mar 6, 2025
1aeb294
Refs #6636: Download the installer for the correct architecture. [ski…
Mar 7, 2025
9537b38
Refs #6636: Run the installer in silent mode. [skip buildkite]
Apr 3, 2025
dfa4d21
Remove admin requirement from scripts [skip buildkite]
rfay Apr 3, 2025
b31839d
Refs #6636: Mention in docs that admin Powershells usually aren't nec…
Apr 4, 2025
b3766d1
Refs #6636: Delete old installer (to avoid errors) before downloading…
Apr 8, 2025
ef3782d
Refs #6636: Delete old installer (to avoid errors) before downloading…
Apr 8, 2025
ecd4355
Refs #6636: Update docs to state than Admin Powershell isn't required…
Apr 9, 2025
93aaeba
Remove most references to Chocolatey [skip buildkite]
rfay Apr 9, 2025
28a1b27
Remove choco suggestion from docker desktop installer [skip buildkite]
rfay Apr 9, 2025
34c5914
Experimental: remove ChocolateyMode completely and always install mkc…
rfay Apr 9, 2025
d6ed039
Put back chocolatey mode, but only skip mkcert in that mode [skip bui…
rfay Apr 9, 2025
8aec8b5
Change sudo_license to gsudo_license [skip buildkite]
rfay Apr 9, 2025
b4f577f
Keep ChocolateyMode but don't use [skip buildkite]
rfay Apr 9, 2025
9354eb7
Use unique name for installer, thanks to chatgpt [skip buildkite]
rfay Apr 9, 2025
48cdfdf
same changes to docker desktop script [skip buildkite]
rfay Apr 9, 2025
bf4b3c6
Delete existing installers [skip buildkite]
rfay Apr 9, 2025
82bfa61
Add cleanup to docker-inside script [skip buildkite]
rfay Apr 9, 2025
ae08a20
Remove the remove-item as not needed [skip buildkite]
rfay Apr 9, 2025
d4a44a2
Make sure DDEV dir is in PATH to use mkcert [skip buildkite]
rfay Apr 9, 2025
641b1f2
Use mkcert.exe [skip buildkite]
rfay Apr 9, 2025
21ddd48
Execute explicitly with path [skip buildkite]
rfay Apr 9, 2025
7189d5e
Why isn't mkcert there yet? [skip buildkite]
rfay Apr 9, 2025
f7ccc28
Fix numbering in doc that is in tab [skip buildkite]
rfay Apr 10, 2025
cd443ed
More renumbering [skip buildkite]
rfay Apr 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Keep ChocolateyMode but don't use [skip buildkite]
  • Loading branch information
rfay committed Apr 9, 2025
commit b4f577f59c6db2a543d299408ced6c602ef024d5
1 change: 1 addition & 0 deletions winpkg/ddev.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ InstType "Minimal"
/**
* Local macros
*/
Var ChocolateyMode
!macro _Chocolatey _a _b _t _f
!insertmacro _== $ChocolateyMode `1` `${_t}` `${_f}`
!macroend
Expand Down