From 77e2b392ed94aee9ccbc196bcb8934396120d68c Mon Sep 17 00:00:00 2001 From: project-repo Date: Thu, 13 Apr 2023 18:44:39 +0200 Subject: [PATCH] Adjust dev install deps --- scripts/install-development-environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-development-environment b/scripts/install-development-environment index c69efa1..e5a161e 100755 --- a/scripts/install-development-environment +++ b/scripts/install-development-environment @@ -2,7 +2,7 @@ # Copyright 2023, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT -sudo pacman -Syu --noconfirm git meson ninja clang gcc shellcheck jq openbsd-netcat gnupg binutils alacritty firefox wlroots wayland libxkbcommon cairo pango fontconfig libinput libevdev systemd-libs # systemd-libs is included because of libudev +sudo pacman -Syu --noconfirm git grep sed meson ninja clang gcc shellcheck jq openbsd-netcat gnupg binutils alacritty firefox wlroots wayland libxkbcommon cairo pango fontconfig libinput libevdev systemd-libs # systemd-libs is included because of libudev if [[ -n ${MESON_SOURCE_ROOT} ]] then