mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-16 22:57:01 +00:00
Merge pull request #19 from raildex1/patch-2
Fix git clone RSA key error on Kali
This commit is contained in:
commit
c5d345beae
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir bin
|
||||
git clone git@github.com:maurosoria/dirs3arch.git
|
||||
git clone https://github.com/maurosoria/dirs3arch.git
|
||||
|
||||
cd bin
|
||||
ln -s ../dirs3arch/dirs3arch.py .
|
||||
|
|
Loading…
Add table
Reference in a new issue