v3.9.7 — Forward real FreeBuff error messages, fix BrokenPipeError crash, fix SyntaxWarnings

This commit is contained in:
Roman
2026-05-25 11:07:02 +04:00
Unverified
parent bec34079c6
commit 72ebfa3ef8
5 changed files with 165 additions and 292 deletions

View File

@@ -3,11 +3,11 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
if [ -f "$SCRIPT_DIR/codex-launcher_3.8.1_all.deb" ]; then
echo "Installing codex-launcher_3.8.1_all.deb ..."
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.8.1_all.deb"
if [ -f "$SCRIPT_DIR/codex-launcher_3.9.7_all.deb" ]; then
echo "Installing codex-launcher_3.9.7_all.deb ..."
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.9.7_all.deb"
echo ""
echo "Installed v3.8.1 via .deb package."
echo "Installed v3.9.7 via .deb package."
echo " translate-proxy.py -> /usr/bin/translate-proxy.py"
echo " codex-launcher-gui -> /usr/bin/codex-launcher-gui"
echo " cleanup-codex-stale -> /usr/bin/cleanup-codex-stale.sh"