Replacing ssh to https for v2verifier github repo

This commit is contained in:
FlUxIuS 2024-07-04 14:48:19 +02:00
parent 2614a874b8
commit 1871612a4e
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ function v2verifier_sdr_soft_install () {
[ -d /sdrtools ] || mkdir /sdrtools
cd /sdrtools
goodecho "[+] Cloning v2verifier"
installfromnet "git clone git@github.com:FlUxIuS/v2verifier.git"
installfromnet "git clone https://github.com/FlUxIuS/v2verifier.git"
cd v2verifier
mkdir build
cd build