Scripts

Script for Steam : Natural Selection patch

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check



#Presentation
presentation "Natural Selection" "Valve" "http://www.blizzard.com" "Tinou" "Steam"
verifier_installation_e "Steam"


cd $HOME/.PlayOnLinux/wineprefix/Steam
select_prefixe "$(pwd)"
cd $REPERTOIRE/tmp/
telecharger "Patientez pendant le téléchargement du client..." "http://www.ns4all.be/files/release/ns_install_v32.exe"
wine ns_install_v32.exe
rm ns_install_v32.exe
simuler_reboot

message "Installation terminée"
exit