Star Wars : Jedi Knight II - Patch 1.04

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 11888
Wine: System

Retours d'expérience

Code source

#!/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:

Contribuer
Membre Messages

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