Skip to content
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

[idea] Always update The webi command on any install #10

Open
3 tasks
coolaj86 opened this issue Mar 7, 2022 · 1 comment
Open
3 tasks

[idea] Always update The webi command on any install #10

coolaj86 opened this issue Mar 7, 2022 · 1 comment

Comments

@coolaj86
Copy link
Member

coolaj86 commented Mar 7, 2022

Currently webi is only updated when a curl https://webinstall.dev/xxxx is run. It should definitely update when webi webi is run, and perhaps any time webi xxxx is run.

  • Switch webi script heredoc to heredoc literal
    - cat << EOF > ...
    + cat <<'EOF' > ...
  • Move webi script to ./webi/webi.sh
  • Update serveInstaller and servePackage/serveScript to string-replace ./webi/webi.sh
@coolaj86
Copy link
Member Author

coolaj86 commented Mar 7, 2022

Tracking in #heredoc-literal

@coolaj86 coolaj86 transferred this issue from webinstall/webi-installers Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant