From f716e8e1af6ec54cd7593c3bd4d27c88725f294a Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Mon, 23 Oct 2023 23:08:03 -0500 Subject: [PATCH] chore: fix typo in comment --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 89b2357c..1a3f5a6d 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,7 @@ tar --strip-components=1 -xvzf /tmp/OpenTabletDriver/opentabletdriver.tar.gz -C mv /tmp/OpenTabletDriver/etc/udev/rules.d/70-opentabletdriver.rules /tmp/ublue-os/udev-rules/etc/udev/rules.d/71-opentabletdriver-ublue.rules && \ rm -rf /tmp/OpenTabletDriver -# Install Sunshin udev rules from their github repo +# Install Sunshine udev rules from their github repo RUN mkdir -p /tmp/Sunshine/ && \ mkdir -p /usr/etc/udev/rules.d/ && \ pushd /tmp/Sunshine && \