pip3 install -r requirements.txt #24
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--[no-]shallow-since
create a shallow clone since a specific time
--[no-]shallow-exclude
deepen history of shallow clone, excluding rev
--[no-]single-branch clone only one branch, HEAD or --branch
--no-tags don't clone any tags, and make later fetches not to follow them
--tags opposite of --no-tags
--[no-]shallow-submodules
any cloned submodules will be shallow
--[no-]separate-git-dir
separate git dir from working tree
--[no-]ref-format
specify the reference format to use
-c, --[no-]config <key=value>
set config inside the new repository
--[no-]server-option
option to transmit
-4, --ipv4 use IPv4 addresses only
-6, --ipv6 use IPv6 addresses only
--[no-]filter object filtering
--[no-]also-filter-submodules
apply partial clone filters to submodules
--[no-]remote-submodules
any cloned submodules will use their remote-tracking branch
--[no-]sparse initialize sparse-checkout file to include only files at root
--[no-]bundle-uri
a URI for downloading bundles before fetching from origin remote
~ $ https://github.com/xploitstech/Xteam
bash: https://github.com/xploitstech/Xteam: No such file or directory
~ $ ls
~ $
~ $ cd Xteam
bash: cd: Xteam: No such file or directory
~ $ pip3 install -r
Usage:
pip3 install [options] [package-index-options] ...
pip3 install [options] -r [package-index-options] ...
pip3 install [options] [-e] ...
pip3 install [options] [-e] ...
pip3 install [options] <archive url/path> ...
-r option requires 1 argument
~ $ requirements.txt
requirements.txt: command not found
~ $
~ $ chmod +x *
chmod: cannot access '*': No such file or directory
~ $ bash setup.sh
bash: setup.sh: No such file or directory
~ $ bash Xteam.sh
bash: Xteam.sh: No such file or directory--[no-]shallow-since
create a shallow clone since a specific time
--[no-]shallow-exclude
deepen history of shallow clone, excluding rev
--[no-]single-branch clone only one branch, HEAD or --branch
--no-tags don't clone any tags, and make later fetches not to follow them
--tags opposite of --no-tags
--[no-]shallow-submodules
any cloned submodules will be shallow
--[no-]separate-git-dir
separate git dir from working tree
--[no-]ref-format
specify the reference format to use
-c, --[no-]config <key=value>
set config inside the new repository
--[no-]server-option
option to transmit
-4, --ipv4 use IPv4 addresses only
-6, --ipv6 use IPv6 addresses only
--[no-]filter object filtering
--[no-]also-filter-submodules
apply partial clone filters to submodules
--[no-]remote-submodules
any cloned submodules will use their remote-tracking branch
--[no-]sparse initialize sparse-checkout file to include only files at root
--[no-]bundle-uri
a URI for downloading bundles before fetching from origin remote
~ $ https://github.com/xploitstech/Xteam
bash: https://github.com/xploitstech/Xteam: No such file or directory
~ $ ls
~ $
~ $ cd Xteam
bash: cd: Xteam: No such file or directory
~ $ pip3 install -r
Usage:
pip3 install [options] [package-index-options] ...
pip3 install [options] -r [package-index-options] ...
pip3 install [options] [-e] ...
pip3 install [options] [-e] ...
pip3 install [options] <archive url/path> ...
-r option requires 1 argument
~ $ requirements.txt
requirements.txt: command not found
~ $
~ $ chmod +x *
chmod: cannot access '*': No such file or directory
~ $ bash setup.sh
bash: setup.sh: No such file or directory
~ $ bash Xteam.sh
bash: Xteam.sh: No such file or directory