mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-13 01:17:05 +00:00
let's use https
This commit is contained in:
parent
668b88a459
commit
98c3b7db00
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
git clone git@github.com:ALSchwalm/foresight.git
|
git clone https://github.com/ALSchwalm/foresight.git
|
||||||
|
|
||||||
# python3 virtualenv
|
# python3 virtualenv
|
||||||
virtualenv -p $(which python3) python3
|
virtualenv -p $(which python3) python3
|
||||||
|
|
Loading…
Reference in a new issue