Last active
May 4, 2023 19:21
-
-
Save aimfireready/765ec65812beb9cedad50cfd97abc6ae to your computer and use it in GitHub Desktop.
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
| :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| :: Title: ni.bat | |
| :::::::::::::::::::::: | |
| :: Desc.: curl Ninite and run the program installer | |
| :: Usage: ni.bat [program] | |
| :: Source: https://gist.github.com/aimfireready/765ec65812beb9cedad50cfd97abc6ae | |
| :: | |
| :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| curl -o "%1.exe" https://ninite.com/%1/ninite.exe && call %1.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment