-
-
Notifications
You must be signed in to change notification settings - Fork 8
prereqs.* usage examples
Cody Tilkins edited this page Feb 25, 2021
·
1 revision
Usage:
prereqs download Downloads and extracts the dependencies
prereqs clean Cleans the environment of downloaded files
prereqs reset Removes and re-extracts the dependencies
prereqs -? /? --help Shows this help message
Listens to these variables:
ZIP, GIT, and DLM
ZIP - tar, 7zip Default: tar
GIT - git binary Default: git
DLM - wget, curl Default: curl
Notes:
Uses '7zip' ( apt-get install p7zip-full )
Uses 'git' ( apt-get install git )
Usage:
prereqs download Downloads and extracts the dependencies
prereqs clean Cleans the environment of downloaded files
prereqs reset Removes and re-extracts the dependencies
prereqs -? /? --help Shows this help message
Notes:
Uses '7zip' ( https://www.7-zip.org/download.html )
Uses 'bitsadmin' ( core to most windows installations )
Uses 'git' ( https://gitforwindows.org/ )
Listens to these variables:
ZIP, GIT, and DLM
ZIP should be set to 7zip. Defaults to 7zip.
GIT should be set to the git binary. Defaults to git.
DLM should be set to bitsadmin, wget or curl. Defaults to bitsadmin.
# Help
prereqs --help
prereqs /?
prereqs -?
# Downloading
prereqs download
# Remove downloaded dependencies
prereqs clean
# Delete and re-unpack downloaded dependencies
prereqs reset