From 7242a0de3ea68f25eb587c557db1a96949e730cb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:20:17 +0200 Subject: [PATCH] update --- zzz_draft_birdnet-pi/Dockerfile | 4 ++-- zzz_draft_birdnet-pi/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index ce27089fe..156597966 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -33,8 +33,8 @@ RUN \ apt-get update -y && apt-get install gcc python3-dev git jq sudo -y && \ \ # Change user to pi and create /home/pi - groupmod -g 101 abc && usermod -u 101 abc && \ - groupadd --gid 1000 pi && useradd --uid 1000 --gid 1000 -m && \ + usermod -u 101 abc && \ + groupadd --gid 1000 pi && useradd --uid 1000 --gid 1000 -m pi && \ \ # Ensure permissions chown -R pi:pi /home/pi && \ diff --git a/zzz_draft_birdnet-pi/config.json b/zzz_draft_birdnet-pi/config.json index 70bd4de1c..cdfa4eb16 100644 --- a/zzz_draft_birdnet-pi/config.json +++ b/zzz_draft_birdnet-pi/config.json @@ -90,5 +90,5 @@ }, "slug": "birdnet-pi", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", - "version": "0.8" + "version": "0.7" }