mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
BMAPTOOL Check #2 update
switched second check with faster builtin tool, tested fix
This commit is contained in:
parent
8b4350045e
commit
3bb42549f6
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function provide_raspbian() {
|
|||
function setup_raspbian(){
|
||||
# Detect the ability to create sparse files
|
||||
if [ "${OPT_SPARSE}" -eq 0 ]; then
|
||||
if [ which bmaptool -eq 0 ]; then
|
||||
if ! type "bmaptool" > /dev/null; then
|
||||
echo "[!] bmaptool not available, not creating a sparse image"
|
||||
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue