4 echo "Dead Cyborg comes with several starter scripts located in /opt/dead-cyborg-episode1"
5 echo "Please choose which one you want to use for the Games menu (1-4):"
6 echo "[1] start-game.sh"
7 echo "[2] start-game_fullscreen.sh"
8 echo "[3] start-game_pulseaudio.sh"
9 echo "[4] start-game_pulseaudio_fullscreen.sh"
12 1) startgame="start-game" ;;
13 2) startgame="start-game_fullscreen" ;;
14 3) startgame="start-game_pulseaudio" ;;
15 4) startgame="start-game_pulseaudio_fullscreen" ;;
16 *) startgame="start-game" ;;
18 sed -i "s/start-game/${startgame}/g" /usr/bin/dead-cyborg-episode1
19 echo "Dead Cyborg will be started with ${startgame}.sh"