From f0fd70b07c00259b5433165b02c17b50b6490e5c Mon Sep 17 00:00:00 2001 From: James Reilly Date: Wed, 18 Dec 2024 16:39:00 +0530 Subject: [PATCH] remove sudo in build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0cc8fc6..3bf0f4f 100755 --- a/build.sh +++ b/build.sh @@ -9,6 +9,6 @@ dnf -y install @multimedia gstreamer1-plugins-{bad-*,good-*,base} lame* dnf group install -y --nobest Workstation -sudo dnf remove $(dnf repoquery --installonly --latest-limit 1 -q) +dnf remove $(dnf repoquery --installonly --latest-limit 1 -q) systemctl enable gdm.service