From 385385842c9062bdda54e1d029a2f6a56a3c1167 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 13 Aug 2021 16:27:01 -0300 Subject: [PATCH] Add gdb, valgrind --- packages.csv | 2 ++ post-install.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages.csv b/packages.csv index 093cb45..7d5a8a0 100644 --- a/packages.csv +++ b/packages.csv @@ -12,6 +12,7 @@ PAC,feh,Image viewer PAC,firejail,Sandbox program PAC,fzf,Fuzzy finder PAC,gcc,C compiler +PAC,gdb,C debugger PAC,gvim,Text editor AUR,htop-vim,System monitor PAC,libnotify,Implementation of the Desktop Notifications Specification @@ -34,6 +35,7 @@ PAC,thunar,Graphical file manager PAC,tmux,Terminal multiplexer PAC,unclutter,Program that hides the cursos if idle PAC,unzip,ZIP file extractor +PAC,valgrind,C profiler PAC,xdotool,Utility for automating X11 tasks PAC,xorg-server,X11 server PAC,xorg-xinit,X11 starter diff --git a/post-install.sh b/post-install.sh index b512fcb..57c85bb 100755 --- a/post-install.sh +++ b/post-install.sh @@ -606,7 +606,7 @@ cleanup() { rm post-install.sh echo "done" - echo -n "Setting a+x permission on /root..." + echo -n "Adding a+x permission on /root..." chmod a+x /root echo "done" }