Skip to content

Commit

Permalink
thorium-x86
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Nov 3, 2023
1 parent a07dc30 commit 5451887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ RUN pipx install pywal
RUN pipx install speedtest-cli

# Install thorium
RUN wget -O thorium.deb -nv https://github.com/Alex313031/Thorium-Raspi/releases/download/M117.0.5938.157/thorium-browser_117.0.5938.157_arm64.deb && \
dpkg -i thorium.deb || apt-get install -qq --fix-broken && \
RUN wget -O thorium.deb -nv https://github.com/Alex313031/thorium/releases/download/M117.0.5938.157/thorium-browser_117.0.5938.157_amd64.deb && \
dpkg -i thorium.deb && \
rm thorium.deb

# Install timeago
Expand Down

0 comments on commit 5451887

Please sign in to comment.