You are here
Star Wars : Jedi Knight II - Patch 1.04
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 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:
ContributeMember | 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