Disable debian banner in sshd

This commit is contained in:
2022-09-28 13:37:25 +02:00
parent 3f4c503730
commit 893c9c6821
2 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,7 @@ make distclean
ldconfig
cd ../ImageMagick
git fetch --all
git checkout 7.1.0-48
git checkout 7.1.0-49
CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp
make -j $PROC_LIMIT install
make distclean