Skip to content

Commit

Permalink
OSCAR 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
desertblade authored May 25, 2024
1 parent f9e55a2 commit e47b79c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ RUN apt-get update -y && \
rm -rf /var/lib/apt/lists

RUN if [ "${TARGETARCH}" = "arm64" ]; then \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.3-RasPiOS-12_arm64.deb; \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/1.5.3/oscar_1.5.3-RasPiOS-12_arm64.deb; \

else \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.3-RasPiOS-12_armhf.deb; \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/1.5.3/oscar_1.5.3-RasPiOS-12_armhf.deb; \
fi

RUN apt-get update -y && \
Expand Down

0 comments on commit e47b79c

Please sign in to comment.