docs(website): add pacman download button (#2830)
This commit is contained in:
@@ -7,15 +7,6 @@ ARG BASE=archlinux/archlinux
|
|||||||
ARG TAG=base-devel
|
ARG TAG=base-devel
|
||||||
FROM ${BASE}:${TAG} AS sunshine-base
|
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
|
# Setup builder user, arch prevents running makepkg as root
|
||||||
RUN useradd -m builder && \
|
RUN useradd -m builder && \
|
||||||
echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||||
@@ -40,6 +31,7 @@ RUN <<_DEPS
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
pacman -Syu --disable-download-timeout --needed --noconfirm \
|
pacman -Syu --disable-download-timeout --needed --noconfirm \
|
||||||
|
archlinux-keyring \
|
||||||
base-devel \
|
base-devel \
|
||||||
cmake \
|
cmake \
|
||||||
cuda \
|
cuda \
|
||||||
|
|||||||
@@ -217,11 +217,11 @@
|
|||||||
<div class="ms-3">
|
<div class="ms-3">
|
||||||
<h5 class="fw-bolder mb-0">Control</h5>
|
<h5 class="fw-bolder mb-0">Control</h5>
|
||||||
<p class="mb-0">
|
<p class="mb-0">
|
||||||
Sunshine emulates an Xbox 360 or DS4 controller. Use nearly any
|
Sunshine emulates an Xbox, PlayStation, or Nintendo Switch controller.
|
||||||
controller on your Moonlight client!<br>
|
Use nearly any controller on your Moonlight client!<br>
|
||||||
<small>
|
<small>
|
||||||
<ul>
|
<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>
|
<li>Gamepad emulation is not currently supported on macOS.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</small>
|
</small>
|
||||||
@@ -646,6 +646,10 @@
|
|||||||
<i class="fa-fw fas fa-flask"></i>
|
<i class="fa-fw fas fa-flask"></i>
|
||||||
Beta: <span id="beta-version"></span>
|
Beta: <span id="beta-version"></span>
|
||||||
</a>
|
</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">
|
<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>
|
<i class="fa-fw fab fa-docker"></i>
|
||||||
Docker
|
Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user