From 31928c4ff717251051df722861cc7777b78f14af Mon Sep 17 00:00:00 2001 From: Luigi Freitas Cruz Date: Mon, 24 Feb 2020 14:30:59 -0300 Subject: [PATCH] Fix VIRGO command. --- builder/stage4/16-pisdr-virgo/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/stage4/16-pisdr-virgo/00-run.sh b/builder/stage4/16-pisdr-virgo/00-run.sh index 4c90925..b4ca02a 100755 --- a/builder/stage4/16-pisdr-virgo/00-run.sh +++ b/builder/stage4/16-pisdr-virgo/00-run.sh @@ -5,6 +5,6 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "VIRGO" ]; then - https://github.com/0xCoto/VIRGO + git clone https://github.com/0xCoto/VIRGO fi EOF \ No newline at end of file