~ubuntu-branches/ubuntu/wily/playonlinux/wily-proposed

« back to all changes in this revision

Viewing changes to bash/manual_install

  • Committer: Package Import Robot
  • Author(s): Bertrand Marc
  • Date: 2011-12-10 15:48:27 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111210154827-z9pylhgrahjh7eu1
Tags: 4.0.14-1
* New upstream release.
* Add the new TRANSLATORS file to debian/playonlinux.docs.
* Refresh patches/x-terminal-emulator.diff.
* Install etc/playonlinux.gpg to verify downloaded scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
then
203
203
        [ "$WINEPREFIX" == "" ] && POL_Debug_Fatal "WINEPREFIX is not set"
204
204
        wineserver -k
205
 
        ITEMS=$(wget $SITE/V4_data/repository/getf.php -O-)
 
205
        ITEMS=$(wget -4 $SITE/V4_data/repository/getf.php -O-)
206
206
        POL_SetupWindow_checkbox_list "$(eval_gettext "Please make your choice")" "$APPLICATION_TITLE" "$ITEMS" "/"
207
207
 
208
208
        old="$IFS"