From 2da44f93ba73f67701842887285d343cf8cf9d25 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 17 Feb 2022 14:00:31 +0100 Subject: [PATCH] Add GDB --- installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.sh b/installation.sh index afe399b..9dadc16 100644 --- a/installation.sh +++ b/installation.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # == Basic dev == -sudo pacman -S base-devel --noconfirm +sudo pacman -S base-devel gdb --noconfirm # === Yay === sudo pacman -S yay --noconfirm