From 6607a28a68cbc736e6ea8bf3e36446f80674a21d Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:16:49 -0400 Subject: [PATCH] docs(website): add pacman download button (#2830) --- docker/archlinux.dockerfile | 10 +--------- gh-pages-template/index.html | 10 +++++++--- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/docker/archlinux.dockerfile b/docker/archlinux.dockerfile index ba4c2422..9f92ad66 100644 --- a/docker/archlinux.dockerfile +++ b/docker/archlinux.dockerfile @@ -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 @@ -40,6 +31,7 @@ RUN <<_DEPS #!/bin/bash set -e pacman -Syu --disable-download-timeout --needed --noconfirm \ + archlinux-keyring \ base-devel \ cmake \ cuda \ diff --git a/gh-pages-template/index.html b/gh-pages-template/index.html index 86f5e582..684b62a1 100644 --- a/gh-pages-template/index.html +++ b/gh-pages-template/index.html @@ -217,11 +217,11 @@
Control

- Sunshine emulates an Xbox 360 or DS4 controller. Use nearly any - controller on your Moonlight client!
+ Sunshine emulates an Xbox, PlayStation, or Nintendo Switch controller. + Use nearly any controller on your Moonlight client!

@@ -646,6 +646,10 @@ Beta: + + + ArchLinux + Docker