Add gdb, valgrind
This commit is contained in:
parent
cba5e14181
commit
385385842c
|
@ -12,6 +12,7 @@ PAC,feh,Image viewer
|
||||||
PAC,firejail,Sandbox program
|
PAC,firejail,Sandbox program
|
||||||
PAC,fzf,Fuzzy finder
|
PAC,fzf,Fuzzy finder
|
||||||
PAC,gcc,C compiler
|
PAC,gcc,C compiler
|
||||||
|
PAC,gdb,C debugger
|
||||||
PAC,gvim,Text editor
|
PAC,gvim,Text editor
|
||||||
AUR,htop-vim,System monitor
|
AUR,htop-vim,System monitor
|
||||||
PAC,libnotify,Implementation of the Desktop Notifications Specification
|
PAC,libnotify,Implementation of the Desktop Notifications Specification
|
||||||
|
@ -34,6 +35,7 @@ PAC,thunar,Graphical file manager
|
||||||
PAC,tmux,Terminal multiplexer
|
PAC,tmux,Terminal multiplexer
|
||||||
PAC,unclutter,Program that hides the cursos if idle
|
PAC,unclutter,Program that hides the cursos if idle
|
||||||
PAC,unzip,ZIP file extractor
|
PAC,unzip,ZIP file extractor
|
||||||
|
PAC,valgrind,C profiler
|
||||||
PAC,xdotool,Utility for automating X11 tasks
|
PAC,xdotool,Utility for automating X11 tasks
|
||||||
PAC,xorg-server,X11 server
|
PAC,xorg-server,X11 server
|
||||||
PAC,xorg-xinit,X11 starter
|
PAC,xorg-xinit,X11 starter
|
||||||
|
|
|
|
@ -606,7 +606,7 @@ cleanup() {
|
||||||
rm post-install.sh
|
rm post-install.sh
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
echo -n "Setting a+x permission on /root..."
|
echo -n "Adding a+x permission on /root..."
|
||||||
chmod a+x /root
|
chmod a+x /root
|
||||||
echo "done"
|
echo "done"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue