Star Wars : Jedi Knight Jedi Academy - Patch 1.01

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 12816
Wine: System

Feedbacks

Source code

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

POL_SetupWindow_Init
POL_SetupWindow_free_presentation "Jedi Knight Academy" "This setup will patch Jedi Knight Academy"

cd $REPERTOIRE/tmp

POL_SetupWindow_wait_next_signal "Please wait will the patch is downloaded" "Jedi Knight Academy"


POL_SetupWindow_wait_next_signal "Please wait will the patch is installed" "Jedi Knight Academy"

select_prefixe "$REPERTOIRE/wineprefix/JediKnightAcademy"
wget ftp://ftp.lucasarts.com/patches/pc/JKAcademy1_01.exe
wine ./JKAcademy1_01.exe
rm ./JKAcademy1_01.exe

POL_SetupWindow_Close

exit

Contributions

Filters:

Contribute
Member Message