mirror of
https://github.com/rizinorg/cutter
synced 2026-08-11 16:23:06 -04:00
Revert Temporary Changes (#2496)
This commit is contained in:
parent
7541c8910d
commit
822e377383
5 changed files with 5 additions and 13 deletions
|
|
@ -7,10 +7,9 @@ SCRIPTPATH=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
|
|||
cd "$SCRIPTPATH/.."
|
||||
|
||||
if [[ ! -d rz-ghidra ]]; then
|
||||
# remove depth, branch and uncomment lines bellow to use specifc commit
|
||||
# remove depth, branch and uncomment lines below to use specifc commit
|
||||
|
||||
git clone --recurse-submodules git@github.com:rizinorg/rz-ghidra.git --depth 1 --branch master || exit 1
|
||||
# git clone --recurse-submodules https://github.com/rizinorg/rz-ghidra.git --depth 1 --branch master || exit 1
|
||||
git clone --recurse-submodules https://github.com/rizinorg/rz-ghidra.git --depth 1 --branch master || exit 1
|
||||
|
||||
#pushd rz-ghidra
|
||||
#git checkout --recurse-submodules 5e845f4b50e8559bd51af03b22b6586e8cc5c35c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue