Expected Behavior
no syntax errors
Actual Behavior
command -v bitcoin-qt > /dev/null 2>&1 &&
! is_running_in_ci
! is_running_in_container &&
Should it be this instead?
command -v bitcoin-qt > /dev/null 2>&1 &&
! is_running_in_ci &&
! is_running_in_container &&
Steps to Reproduce
Optional Screenshots
No response
Optional Logs
Operating System
No response
Operating System version
No response
Expected Behavior
no syntax errors
Actual Behavior
Should it be this instead?
Steps to Reproduce
Optional Screenshots
No response
Optional Logs
Operating System
No response
Operating System version
No response