Star Wars : Jedi Knight Jedi Academy - Patch 1.01

Informations

Creator Mensajes
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 13052
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 Mensajes

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com