From c4163547f643b0f033cd40432b1dc1f760c72a18 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Wed, 20 Oct 2021 17:31:27 -0700 Subject: [PATCH] fix(docker): swap package cgit -> cgit-aurweb Signed-off-by: Kevin Morris --- docker/scripts/install-deps.sh | 2 +- docker/scripts/run-cgit.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/scripts/install-deps.sh b/docker/scripts/install-deps.sh index fc068b06..52ad6747 100755 --- a/docker/scripts/install-deps.sh +++ b/docker/scripts/install-deps.sh @@ -6,7 +6,7 @@ set -eou pipefail pacman -Syu --noconfirm --noprogressbar \ --cachedir .pkg-cache git gpgme nginx redis openssh \ - mariadb mariadb-libs cgit uwsgi uwsgi-plugin-cgi \ + mariadb mariadb-libs cgit-aurweb uwsgi uwsgi-plugin-cgi \ php php-fpm memcached php-memcached python-pip pyalpm \ python-srcinfo curl libeatmydata diff --git a/docker/scripts/run-cgit.sh b/docker/scripts/run-cgit.sh index 67bdc079..5551a568 100755 --- a/docker/scripts/run-cgit.sh +++ b/docker/scripts/run-cgit.sh @@ -1,4 +1,4 @@ #!/bin/bash exec uwsgi --socket 0.0.0.0:${1} \ --plugins cgi \ - --cgi /usr/share/webapps/cgit/cgit.cgi + --cgi /usr/share/webapps/cgit-aurweb/cgit.cgi