You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: