From 39b5ef0b93e494974dd720b07c3f94e729eb30db Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:15 +0200 Subject: [PATCH] remove cmake --- crates/10-zsh/crate.arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/10-zsh/crate.arch.sh b/crates/10-zsh/crate.arch.sh index 5e00687..598a08c 100644 --- a/crates/10-zsh/crate.arch.sh +++ b/crates/10-zsh/crate.arch.sh @@ -1,5 +1,5 @@ super_apply() { - pacman -S --needed --noconfirm zsh cmake + pacman -S --needed --noconfirm zsh } super_undo() {