CircleCI work and support Raspbian.

This commit is contained in:
2023-10-18 04:44:10 -07:00
parent b7a8bfce9f
commit 3e33ad5f9a
2 changed files with 5 additions and 3 deletions

View File

@@ -55,8 +55,10 @@ install_macos () {
install_linux () {
DISTRIB_ID="${DISTRIB_ID:-}"
echo "[+] host system is Linux"
[[ -f "/etc/lsb-release" ]] && source /etc/lsb-release
[[ -f "/etc/rpi-issue" ]] && DISTRIB_ID=apt-based
if [ -z "${DISTRIB_ID}" ]
then
if [ -d /etc/apt ]