v3.11.5: token-aware compaction, vision filter, universal adaptive compaction, smart-continue text detection
This commit is contained in:
10
install.sh
10
install.sh
@@ -3,13 +3,13 @@ set -e
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
if [ -f "$SCRIPT_DIR/codex-launcher_3.11.0_all.deb" ]; then
|
||||
echo "Installing codex-launcher_3.11.0_all.deb ..."
|
||||
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.11.0_all.deb"
|
||||
if [ -f "$SCRIPT_DIR/codex-launcher_3.11.5_all.deb" ]; then
|
||||
echo "Installing codex-launcher_3.11.5_all.deb ..."
|
||||
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.11.5_all.deb"
|
||||
else
|
||||
echo "WARNING: codex-launcher_3.11.0_all.deb not found; copying files manually."
|
||||
echo "WARNING: codex-launcher_3.11.5_all.deb not found; copying files manually."
|
||||
fi
|
||||
echo "Installed v3.11.0 via .deb package."
|
||||
echo "Installed v3.11.5 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"
|
||||
|
||||
Reference in New Issue
Block a user