This commit is contained in:
fred 2022-10-28 13:27:57 +02:00
parent 79870a439c
commit 6239745db6
2 changed files with 5 additions and 2 deletions

View File

@ -49,7 +49,7 @@ for i in git fail2ban npm netcat-traditional inotify-tools curl net-tools libsod
fi
done
for i in qrencode jq bc file gawk yt-dlp ffmpeg sqlite dnsutils v4l-utils espeak vlc mp3info musl-dev openssl* detox nmap httrack html2text ssmtp imagemagick ttf-mscorefonts-installer; do
for i in qrencode jq bc file gawk yt-dlp ffmpeg sqlite dnsutils v4l-utils espeak vlc mp3info musl-dev openssl* detox nmap httrack html2text msmtp imagemagick ttf-mscorefonts-installer; do
if [ $(dpkg-query -W -f='${Status}' $i 2>/dev/null | grep -c "ok installed") -eq 0 ]; then
echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
sudo apt install -y $i
@ -80,6 +80,10 @@ fi
echo "## INSTALLATION AstroGEEK OpenCV = 'Intelligence Amie' - DEV - "
# sudo apt-get install python3-opencv -y
## MAILJET RELAYING
cp ~/.zen/Astroport.ONE/templates/.msmtprc ~/
chmod 600 ~/.msmtprc
## Correct PDF restrictions for imagemagick
echo "# Correction des droits export PDF imagemagick"
if [[ $(cat /etc/ImageMagick-6/policy.xml | grep PDF) ]]; then

View File

@ -1,5 +1,4 @@
account default
tls on
host in-v3.mailjet.com
port 587
from support@qo-op.com