Update setup-openclaw.sh

This commit is contained in:
H Lohaus
2026-04-04 14:41:15 +02:00
committed by GitHub
parent 1d8186a9c3
commit faf13f284a
+1 -1
View File
@@ -23,7 +23,7 @@ if ! python -m g4f --help >/dev/null 2>&1; then
python -m pip install -U g4f[all]
fi
CONFIG_DIR="${HOME}/.config/g4f/cookies"
CONFIG_DIR="${HOME}/.g4f/cookies"
CONFIG_FILE="${CONFIG_DIR}/config.yaml"
ENV_FILE="${CONFIG_DIR}/.env"