~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
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20111210154827-7nmqzvmrzmo5uuc6
Tags: upstream-4.0.14
ImportĀ upstreamĀ versionĀ 4.0.14

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"