Star Wars : Jedi Knight II - Patch 1.04

Informations

Creator Nachricht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 11632
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 Nachricht