Skip to content

Commit

Permalink
docs(website): add pacman download button (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jul 10, 2024
1 parent 30748dd commit 6607a28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 1 addition & 9 deletions docker/archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ ARG BASE=archlinux/archlinux
ARG TAG=base-devel
FROM ${BASE}:${TAG} AS sunshine-base

# install dependencies
RUN <<_DEPS
#!/bin/bash
set -e
pacman -Syu --disable-download-timeout --needed --noconfirm \
archlinux-keyring
pacman -Scc --noconfirm
_DEPS

# Setup builder user, arch prevents running makepkg as root
RUN useradd -m builder && \
echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
Expand All @@ -40,6 +31,7 @@ RUN <<_DEPS
#!/bin/bash
set -e
pacman -Syu --disable-download-timeout --needed --noconfirm \
archlinux-keyring \
base-devel \
cmake \
cuda \
Expand Down
10 changes: 7 additions & 3 deletions gh-pages-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ <h5 class="fw-bolder mb-0">Low Latency</h5>
<div class="ms-3">
<h5 class="fw-bolder mb-0">Control</h5>
<p class="mb-0">
Sunshine emulates an Xbox 360 or DS4 controller. Use nearly any
controller on your Moonlight client!<br>
Sunshine emulates an Xbox, PlayStation, or Nintendo Switch controller.
Use nearly any controller on your Moonlight client!<br>
<small>
<ul>
<li>DS4 emulation is only available on Windows.</li>
<li>Nintendo Switch emulation is only available on Linux.</li>
<li>Gamepad emulation is not currently supported on macOS.</li>
</ul>
</small>
Expand Down Expand Up @@ -646,6 +646,10 @@ <h2 class="fw-bolder mb-0">Download</h2>
<i class="fa-fw fas fa-flask"></i>
Beta: <span id="beta-version"></span>
</a>
<a class="btn btn-outline-light me-3 mb-3" href="https://github.com/LizardByte/pacman-repo" target="_blank">
<i class="fa-fw fab fa-linux"></i>
ArchLinux
</a>
<a class="btn btn-outline-light me-3 mb-3" href="https://hub.docker.com/r/lizardbyte/sunshine" target="_blank">
<i class="fa-fw fab fa-docker"></i>
Docker
Expand Down

0 comments on commit 6607a28

Please sign in to comment.