Microsoft Freecell
Informations
Creator | Wiadmości |
---|---|
Quentin PÂRIS
![]() Admin
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionCard game. ScreenshotsSource code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Freecell" WINEVERSION="1.4" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftFreecell" POL_SetupWindow_Init POL_Debug_Init POL_RequiredVersion "4.1.1" || POL_Debug_Fatal "PlayOnLinux 4.1.x required" POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/FreeCell" cd "$WINEPREFIX/drive_c/FreeCell" || POL_Debug_Fatal "Unable to change directory" POL_Call POL_Install_LunaTheme POL_System_wget "ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE" "Win32s" POL_Wine_WaitBefore "$TITLE" unzip "PW1118.EXE" POL_Shortcut "FREECELL.EXE" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Wiadmości |
petch | Tuesday 22 December 2015 at 20:23 |
petch
![]() Developer
|
WiadmościWeird, it seems ftp.microsoft.com rejects passive connections: $ wget -v 'ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE' --2015-12-22 20:21:51-- ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE $ wget --no-passive-ftp 'ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE' 100%[===================================================================================================================>] 2 530 739 236K/s ds 11s 2015-12-22 20:22:32 (216 KB/s) - «PW1118.EXE» enregistré [2530739]
OdpowiedziThursday 21 February 2019 at 11:34
|