install Deus Ex

set -e

INSTALL_DIR="$HOME/.local/share/Steam/steamapps/common/Deus Ex"

WORK_DIR=$(mktemp -d) && pushd "$WORK_DIR"
function cleanup {
    popd
    rm -rf "$WORK_DIR"
}
trap cleanup EXIT

# Kentie's launcher
wget https://kentie.net/article/dxguide/files/DeusExe-v8.1.zip
unzip DeusExe-v8.1.zip
mv deusex.exe DeusEx.exe
mv DeusEx.exe DeusExe.u "$INSTALL_DIR/System/"

Author: Nicholas Coltharp

Created: 2025-12-04 Thu 00:00

Validate