Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Feb 1, 2024
1 parent 8f0c4b5 commit c640f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sg-armv7-rpi-bullseye.pifile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN rm /usr/share/userconf-pi/sshd_banner
# Configure sensorgnome repository
#INSTALL sensorgnome-pub.gpg /etc/apt/trusted.gpg.d/sensorgnome.gpg
RUN bash -c "curl -1sLf -o /usr/share/keyrings/sensorgnome.gpg 'https://sensorgnome.s3.amazonaws.com/sensorgnome.gpg'"
RUN gpg --keyring /usr/share/keyrings/sensorgnome.gpg --list-keys
RUN bash -c "echo deb [signed-by=/usr/share/keyrings/sensorgnome.gpg] https://sensorgnome.s3.amazonaws.com/ $CODENAME main >/etc/apt/sources.list.d/sensorgnome.list"
RUN gpg --no-default-keyring --keyring /usr/share/keyrings/sensorgnome.gpg --list-keys
RUN bash -c "echo 'deb [signed-by=/usr/share/keyrings/sensorgnome.gpg] https://sensorgnome.s3.amazonaws.com/' $CODENAME main >/etc/apt/sources.list.d/sensorgnome.list"
RUN apt update

# Install sensorgnome packages (the has-double line can be deleted when no pre 2023-080 SG exists)
Expand Down

0 comments on commit c640f00

Please sign in to comment.