QB64Team / qb64

BASIC for the modern era.
https://www.qb64.org
Other
672 stars 96 forks source link

Detect RaspbianOS in the install script #195

Closed AtomicSlaughter closed 3 years ago

AtomicSlaughter commented 3 years ago

To correctly install dependencies for RaspbianOS these lines need added to setup_lnx.sh starting at line 71

elif [ -e /etc/os-release ]; then DISTRO=debian

FellippeHeitor commented 3 years ago

@flukiluke doesn't look like the suggested fixes actually made it into the final version