fix: installs

- skip docker setup
- no sudo in stow
- brew variables
- ssh logs
- node 20->22
This commit is contained in:
2025-05-19 23:09:17 +03:00
parent 82aa058ef5
commit 11e2bc95a7
5 changed files with 34 additions and 9 deletions

View File

@@ -27,4 +27,6 @@ if [ -z "$SKIP_SSH_CONFIG" ]; then
cat $ssh_pub
unset ssh_method ssh_target ssh_key ssh_pub
else
echo "Skipping SSH configuration"
fi