Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Dec 7, 2024
1 parent b432e71 commit 5d17115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sg-armv7-rpi-bookworm.pifile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN systemctl enable getty@tty1
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 --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"
Expand All @@ -32,7 +31,7 @@ RUN apt update
RUN dpkg --print-architecture
RUN mkdir -p /opt/sensorgnome/upgrader
RUN touch /opt/sensorgnome/upgrader/has-double
#RUN apt install -y sensorgnome dhcpcd5
RUN apt install -y sensorgnome dhcpcd5
RUN mkdir /etc/sensorgnome
RUN apt-get clean

Expand Down

0 comments on commit 5d17115

Please sign in to comment.