v3.8.1: add .deb package (84KB) + update install.sh
This commit is contained in:
BIN
codex-launcher_3.8.1_all.deb
Normal file
BIN
codex-launcher_3.8.1_all.deb
Normal file
Binary file not shown.
@@ -3,11 +3,11 @@ set -e
|
|||||||
|
|
||||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||||
|
|
||||||
if [ -f "$SCRIPT_DIR/codex-launcher_3.8.0_all.deb" ]; then
|
if [ -f "$SCRIPT_DIR/codex-launcher_3.8.1_all.deb" ]; then
|
||||||
echo "Installing codex-launcher_3.8.0_all.deb ..."
|
echo "Installing codex-launcher_3.8.1_all.deb ..."
|
||||||
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.8.0_all.deb"
|
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.8.1_all.deb"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Installed v3.8.0 via .deb package."
|
echo "Installed v3.8.1 via .deb package."
|
||||||
echo " translate-proxy.py -> /usr/bin/translate-proxy.py"
|
echo " translate-proxy.py -> /usr/bin/translate-proxy.py"
|
||||||
echo " codex-launcher-gui -> /usr/bin/codex-launcher-gui"
|
echo " codex-launcher-gui -> /usr/bin/codex-launcher-gui"
|
||||||
echo " cleanup-codex-stale -> /usr/bin/cleanup-codex-stale.sh"
|
echo " cleanup-codex-stale -> /usr/bin/cleanup-codex-stale.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user