Skip to content

Commit

Permalink
Updating to 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 b5f11ce commit f9e55a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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.1-RasPiOS-11_arm64.deb; \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.3-RasPiOS-12_arm64.deb; \
else \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_armhf.deb; \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.3-RasPiOS-12_armhf.deb; \
fi

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

0 comments on commit f9e55a2

Please sign in to comment.