commit 5615dbd895a1409ca1cea107f34e01622e49a43d
parent 631cbd8a3ba671aa3cafa36bca28d756f28ea2a0
Author: Remy Noulin <loader2x@gmail.com>
Date: Mon, 11 May 2020 20:11:01 +0200
updates for debian buster
debian/1-system.sh | 12 +++++++-----
debian/2-desktopSystem.sh | 3 +--
dotfiles/.vimrc | 2 +-
3 files changed, 9 insertions(+), 8 deletions(-)
Diffstat:
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/debian/1-system.sh b/debian/1-system.sh
@@ -1,13 +1,15 @@
# setup apt sources for non-free pacakges
-sed -i 's/stretch main/stretch main contrib non-free/g' /etc/apt/sources.list
-sed -i 's/stretch\/updates main/stretch\/updates main contrib non-free/g' /etc/apt/sources.list
+sed -i 's/buster main/buster main contrib non-free/g' /etc/apt/sources.list
+sed -i 's/buster\/updates main/buster\/updates main contrib non-free/g' /etc/apt/sources.list
# easydoneit repo
echo 'deb http://spartatek.se/packages/ unstable/' >> /etc/apt/sources.list
+# fail2ban < sshguard
+
apt-get update -y
apt-get upgrade -y
apt-get remove -y vim-tiny
-apt-get install -y fail2ban net-tools curl wget tmux build-essential ruby 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 python-nose python-nose2-cov python-nosexcover 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 python-pip slurm cloc python3-dev python3-pip silversearcher-ag ncdu mutt bmon lm-sensors cppcheck check clang-3.9 toilet erlang mini-dinstall pinentry-curses exuberant-ctags mkdocs source-highlight highlight massif-visualizer valkyrie locate etckeeper autojump emacs-nox
+apt-get install -y sshguard net-tools curl wget tmux build-essential ruby 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 python-nose python-nose2-cov python-nosexcover 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 python-pip slurm cloc python3-dev python3-pip silversearcher-ag ncdu mutt bmon lm-sensors cppcheck check clang-3.9 toilet erlang mini-dinstall pinentry-curses exuberant-ctags mkdocs source-highlight highlight massif-visualizer valkyrie locate etckeeper autojump emacs-nox
# vim
sed -i 's/"syntax on/syntax on/g' /etc/vim/vimrc
@@ -56,7 +58,7 @@ cd ..
# --allow-unauthenticated because sometimes the key doesnt get installed
export DEBIAN_FRONTEND=noninteractive ; \
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D ;\
- echo "deb https://apt.dockerproject.org/repo debian-stretch main" > /etc/apt/sources.list.d/docker.list ;\
+ echo "deb https://apt.dockerproject.org/repo debian-buster main" > /etc/apt/sources.list.d/docker.list ;\
apt-get update -y -q;\
apt-get install --allow-unauthenticated -y -q docker-engine
@@ -80,7 +82,7 @@ cd /usr/local/bin
ln -s $OFF git-off
# etckeeper
-# error in debian stretch
+# error in debian buster
mkdir /etc/.git/hooks
etckeeper init
diff --git a/debian/2-desktopSystem.sh b/debian/2-desktopSystem.sh
@@ -1,5 +1,4 @@
-apt-get install -y i3-wm suckless-tools feh fluxbox eog baobab gsetroot sweep aumix geeqie audacious mplayer xine-ui meld cifs-utils keepassx gnucash texlive texi2html xtightvncviewer gvncviewer vnc4server tightvncserver x11vnc gitk terminator xemacs21 vim-gtk wifi-radar xsane gedit universalindentgui mlterm libsixel-bin w3m-img arandr xbacklight chromium-browser thunar midori eclipse-cdt
-#apt-get install -y i3-wm dmenu feh fluxbox eog baobab gsetroot sweep aumix geeqie audacious mplayer xine-ui meld cifs-utils keepassx gnucash texlive texi2html tigervnc-viewer xtightvncviewer gvncviewer vnc4server tightvncserver x11vnc gitk terminator xemacs21 vim-gtk wifi-radar xsane gedit universalindentgui mlterm libsixel-bin w3m-img arandr xbacklight chromium thunar midori eclipse-cdt
+apt-get install -y i3-wm suckless-tools feh fluxbox eog baobab gsetroot sweep aumix geeqie audacious mplayer xine-ui meld cifs-utils keepassx gnucash texlive texi2html xtightvncviewer gvncviewer vnc4server tightvncserver x11vnc gitk terminator xemacs21 vim-gtk wifi-radar xsane gedit universalindentgui mlterm libsixel-bin w3m-img arandr xbacklight chromium thunar midori eclipse-cdt
# suckless st
diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc
@@ -47,7 +47,7 @@ Plugin 'honza/vim-snippets'
Plugin 'godlygeek/tabular'
" Conque-GDB
-Plugin 'vim-scripts/Conque-GDB'
+" doesnt work in debian buster - Plugin 'vim-scripts/Conque-GDB'
" minibufferexplorer
" NO - problem with syntax highlighting - Plugin 'weynhamz/vim-plugin-minibufexpl'