Created
November 15, 2022 02:12
-
-
Save ericosur/66cd0c6b38ada6e4ac850498de25bb79 to your computer and use it in GitHub Desktop.
run cygwin installer without admin permission
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem it is useful for me to install cygwin on a windows machine without admin permission | |
setup-x86_64.exe --no-admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment