Star Wars : Jedi Knight II - Patch 1.04

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 11888
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 II" "Bienvenue dans le script d'installation du patch 1.04 pour Jedi Knight II"
POL_SetupWindow_wait_next_signal "Downloading ..."
select_prefixe "$REPERTOIRE/wineprefix/JediKnightII"

cd "$REPERTOIRE/tmp/"
wget ftp://ftp.lucasarts.com/patches/pc/JKIIUp104.exe -q
POL_SetupWindow_wait_next_signal "Installing ..."
wine ./JKIIUp104.exe
#rm ./JKIIUp104.exe
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message

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