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
Currently
webi
is only updated when acurl https://webinstall.dev/xxxx
is run. It should definitely update whenwebi webi
is run, and perhaps any timewebi xxxx
is run../webi/webi.sh
serveInstaller
andservePackage
/serveScript
to string-replace./webi/webi.sh