Add Joplin, old Mac, and Fedora WiFi runbooks; simplify JA3 Whisky scripts and hotspot recovery.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ahauimix
2026-06-19 22:26:33 +03:00
parent 1938b7c743
commit 4bc9629a09
381 changed files with 3442 additions and 773 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Остановить JA3/Wine в Whisky GOG-Install.
set -euo pipefail
GOG_DIR="$(cd "$(dirname "$0")" && pwd)"
# shellcheck source=gog-process.sh
source "${GOG_DIR}/gog-process.sh"
gog_kill_whisky_bottle
sleep 2
pgrep -fl "${BOTTLE_DIR}.*JA3" 2>/dev/null | head -5 || echo "OK: JA3/Wine в ${BOTTLE_NAME} остановлены"