From 3d1c7be2c60e7b8ad2e69b8a6d9848db69ebfe5f Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 31 Jul 2023 19:04:58 -0400 Subject: [PATCH] fix: remove install-extra step for now --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 19b42f6..ccbf72c 100644 --- a/justfile +++ b/justfile @@ -16,7 +16,7 @@ install-extra: @just extra/install # Install everything -install: (install-freedesktop) (install-extra) +install: (install-freedesktop) # Uninstalls everything (requires same arguments as given to install) uninstall: