v3.10.0 — Provider model editor: Remove/Clear/Sync buttons + Antigravity refresh
This commit is contained in:
@@ -3,11 +3,11 @@ set -e
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
if [ -f "$SCRIPT_DIR/codex-launcher_3.9.9_all.deb" ]; then
|
||||
echo "Installing codex-launcher_3.9.9_all.deb ..."
|
||||
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.9.9_all.deb"
|
||||
if [ -f "$SCRIPT_DIR/codex-launcher_3.10.0_all.deb" ]; then
|
||||
echo "Installing codex-launcher_3.10.0_all.deb ..."
|
||||
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.10.0_all.deb"
|
||||
echo ""
|
||||
echo "Installed v3.9.9 via .deb package."
|
||||
echo "Installed v3.10.0 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