-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch from Web: Script is only executed on second execution #518
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Bug
Issues where something has happened which was not expected or intended
Priority_HIGH
Issues that are considered to be a high priority to get fixed
Milestone
Comments
Thanks for raising this issue. I can confirm I've reproduced it using the first Boxstarter gist I found in GitHub,
This is what happens: I suspect the issue is that we no longer rely on Chocolatey being part of Boxstarter. |
issue is most likely in
Call-Chocolatey w/o arguments breaks further workflow
|
mwallner
added a commit
to mwallner/boxstarter
that referenced
this issue
Jun 6, 2023
gep13
added a commit
that referenced
this issue
Jun 6, 2023
* hotfix/3.0.1: GH-518: fix Call-Chocolatey usage (GH-532) Use 'choco install' instead of cinst (#533) (#524) Fix Build Handling of Long Prerelease (maint) eol consistency (maint) .gitattributes new line (GH-501) Fix Propagation of VerbosePreference (#512) (#508) Fix package iconUrl Fixed typo in README.md Update README.md (maint) Re-instate the Boxstarter logo (maint) link boxstarter.org repository (maint) crlf in Markdown files!
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀 |
gep13
added a commit
that referenced
this issue
Jun 6, 2023
* master: (build) Handle null value for PreReleaseLabel (build) Add standard config for GitReleaseManager (build) Add templates for GitReleaseManager (maint) Fix line endings GH-518: fix Call-Chocolatey usage (GH-532) Use 'choco install' instead of cinst (#533) (#524) Fix Build Handling of Long Prerelease (maint) Re-instate the Boxstarter logo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Bug
Issues where something has happened which was not expected or intended
Priority_HIGH
Issues that are considered to be a high priority to get fixed
Hello,
we use Boxstarter "Launch from Web" with a URL like this (opened in Microsoft Edge): https://boxstarter.org/package/nr/url?https://example.com/link-to-our-script
The first run will install Chocolatey, but the script (from our own url) will not be executed afterwards. The script is only executed if we let it run a second time. This happens on multiple devices and very probably only since Boxstarter 3.0.0.
Log 1st run:
Log 2nd run:
The text was updated successfully, but these errors were encountered: