commit 228686569d68b7db3d03db156b70d7195b57e752 parent 212d725aa3bd31c9bf9a5de7f89fb1d34883d895 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 12 Jun 2021 14:41:05 +0200 update clang package versions to 11 in debian (buster) README.md | 2 +- debian/1-system.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Diffstat:
| M | README.md | | | 2 | +- |
| M | debian/1-system.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ git clone https://noulin.net/git/systemSetup.git cd systemSetup ``` -Debian Stretch setup: +Debian Buster setup: ``` cd debian diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -9,7 +9,7 @@ echo 'deb http://spartatek.se/packages/ unstable/' >> /etc/apt/sources.list apt-get update -y apt-get upgrade -y apt-get remove -y vim-tiny -apt-get install -y sshguard net-tools curl wget tmux build-essential clang-10 clangd-10 clang-format-10 clang-tidy-10 clang-tools-10 tree apt-transport-https screen ranger mc vim-nox ncftp p7zip-full rtorrent pbzip2 atop htop glances tcc sshuttle finger cmatrix jigdo-file openssh-server ntp kpcli iftop iotop unison qrencode apt-file libpcre3-dev graphviz pandoc elinks w3m links nmap figlet zip lynx apt-src cowsay sl tig rdiff-backup imagemagick graphicsmagick llgal moreutils pwgen unattended-upgrades rsync ca-certificates pigz pixz astyle uncrustify unifdef valgrind doxygen fish gdb lcov slurm cloc python3-dev python3-pip silversearcher-ag ncdu mutt bmon lm-sensors cppcheck check clang toilet erlang mini-dinstall pinentry-curses exuberant-ctags cscope mkdocs source-highlight highlight massif-visualizer locate etckeeper autojump emacs-nox +apt-get install -y sshguard net-tools curl wget tmux build-essential clang-11 clangd-11 clang-format-11 clang-tidy-11 clang-tools-11 tree apt-transport-https screen ranger mc vim-nox ncftp p7zip-full rtorrent pbzip2 atop htop glances tcc sshuttle finger cmatrix jigdo-file openssh-server ntp kpcli iftop iotop unison qrencode apt-file libpcre3-dev graphviz pandoc elinks w3m links nmap figlet zip lynx apt-src cowsay sl tig rdiff-backup imagemagick graphicsmagick llgal moreutils pwgen unattended-upgrades rsync ca-certificates pigz pixz astyle uncrustify unifdef valgrind doxygen fish gdb lcov slurm cloc python3-dev python3-pip silversearcher-ag ncdu mutt bmon lm-sensors cppcheck check clang toilet erlang mini-dinstall pinentry-curses exuberant-ctags cscope mkdocs source-highlight highlight massif-visualizer locate etckeeper autojump emacs-nox # vim sed -i 's/"syntax on/syntax on/g' /etc/vim/vimrc