Add gdb, valgrind

This commit is contained in:
Augusto Gunsch 2021-08-13 16:27:01 -03:00
parent cba5e14181
commit 385385842c
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 3 additions and 1 deletions

View File

@ -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

1 PAC alsa-utils Utilities for ALSA
12 PAC firejail Sandbox program
13 PAC fzf Fuzzy finder
14 PAC gcc C compiler
15 PAC gdb C debugger
16 PAC gvim Text editor
17 AUR htop-vim System monitor
18 PAC libnotify Implementation of the Desktop Notifications Specification
35 PAC tmux Terminal multiplexer
36 PAC unclutter Program that hides the cursos if idle
37 PAC unzip ZIP file extractor
38 PAC valgrind C profiler
39 PAC xdotool Utility for automating X11 tasks
40 PAC xorg-server X11 server
41 PAC xorg-xinit X11 starter

View File

@ -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"
}