Remove experimental feature from install.ps1 (is now stable)
What does this MR do?
See nitrile#24 (comment 1167767343) and nitrile!112 (merged). The experimental feature PSNativeCommandErrorActionPreference
has become stable, so we no longer need to enable it.
Changes to public APIs
None.
Author's checklist (required)
-
Newly added code is documented (guidelines) -
Newly added code has a style consistent with the rest of the repository -
Intermediate commits compile (use git rebase -i main
if not)