This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Fix VIRGO command.
tags/v4.0.0-beta.1
Luigi Freitas Cruz
4 years ago
parent
bd24438319
commit
31928c4ff7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
builder/stage4/16-pisdr-virgo/00-run.sh
+ 1
- 1
builder/stage4/16-pisdr-virgo/00-run.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save