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
Add verbose.
tags/5.1.0
Luigi Cruz
3 years ago
parent
a582efdce1
commit
c6804c3329
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
stage4/04-pisdr-system/03-run.sh
+ 2
- 1
stage4/04-pisdr-system/03-run.sh
View File
@@ -1,5 +1,6 @@
#!/bin/bash -e
on_chroot << EOF
python3 -m pip install ninja
python3 -m pip -v install cmake
python3 -m pip -v install ninja
EOF
Write
Preview
Loading…
Cancel
Save