working through some setup fixes -> good checkpoint

This commit is contained in:
2026-09-19 23:27:44 -06:00
parent c023ffc6b9
commit b67a76d0da
18 changed files with 410 additions and 246 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# must work as a standalone zsh script
#
eval "$(scwrypts --config)" \
&& use --group omni \
&& use --group remote omni \
&& utils.check-environment \
|| { echo 'scwrypts config error; aborting' >&2; sleep 5; return 1; }