Skip to content

Commit

Permalink
Fix to Issue #1704. Cygwin Install fail (#1707)
Browse files Browse the repository at this point in the history
In cygwin installer, change cygwin download site to https://mirrors.kernel.org since old gatech site is deprecated.
  • Loading branch information
fghalasz authored May 13, 2024
1 parent 415a698 commit 9846353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 129 deletions.
128 changes: 0 additions & 128 deletions installers/cygwin/makeflix.iss

This file was deleted.

2 changes: 1 addition & 1 deletion installers/cygwin/medley.iss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Name: "{group}\Medley\Uninstall_Medley"; Filename: "{uninstallexe}"
; Name: "{group}\Medley\Medley"; Filename: "powershell"; Parameters: "-NoExit -File {app}\medley.ps1 --help"; IconFilename: "{app}\Medley.ico"

[Run]
Filename: "{app}\cygwin\setup-x86_64.exe"; Parameters: "--quiet-mode --no-admin --wait --no-shortcuts --no-write-registry --verbose --root {app} --site http://www.gtlib.gatech.edu/pub/cygwin/ --only-site --local-package-dir {app}\cygwin --packages nano,xdg-utils"; StatusMsg: "Installing Cygwin ..."
Filename: "{app}\cygwin\setup-x86_64.exe"; Parameters: "--quiet-mode --no-admin --wait --no-shortcuts --no-write-registry --verbose --root {app} --site https://mirrors.kernel.org/sourceware/cygwin --only-site --local-package-dir {app}\cygwin --packages nano,xdg-utils"; StatusMsg: "Installing Cygwin ..."
Filename: "{app}\bin\bash"; Parameters: "-login -c 'sed -i -e s/^none/#none/ /etc/fstab && echo none / cygdrive binary,posix=0,user 0 0 >>/etc/fstab'"; Flags: runhidden
Filename: "tar"; Parameters: "-x -z -C {app} -f {app}\install\medley.tgz"; Flags: runhidden; StatusMsg: "Installing Medley ..."
Filename: "powershell"; Parameters: "remove-item -force -recurse {app}\maiko"; Flags: runhidden; StatusMsg: "Installing Maiko ..."
Expand Down

0 comments on commit 9846353

Please sign in to comment.