From b7a13fbbaaaea89248f2819255b9903faf8bd840 Mon Sep 17 00:00:00 2001 From: Marcin Jahn <10273406+marcinjahn@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:56:28 +0200 Subject: [PATCH] style: Remove RUN from commented command (#9) Co-authored-by: Noel Miller <4983138+noelmiller@users.noreply.github.com> --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ed25b26..0ca1678 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ RELEASE="$(rpm -E %fedora)" rpm-ostree install screen # this would install a package from rpmfusion -#RUN rpm-ostree install vlc +# rpm-ostree install vlc #### Example for enabling a System Unit File