Wiki Info Libre @ Dom

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
docs:bash:imapsync-debian.sh [2018/09/30 23:55] maison.gaetandocs:bash:imapsync-debian.sh [2020/01/02 18:22] (Version actuelle) maison.gaetan
Ligne 1: Ligne 1:
 imapsync-01-debian  imapsync-01-debian 
 <code bash> <code bash>
-#!/bin/sh+#!/bin/bash
  
-# ticket=Serveur_imapsync 
 ticket=$(uname -n) ticket=$(uname -n)
 +
 +rm -fr /home/debian/imapsync-debian.sh
  
 wget -q --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/imapsync-debian.sh?codeblock=1   -O /home/debian/imapsync-debian.sh wget -q --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/imapsync-debian.sh?codeblock=1   -O /home/debian/imapsync-debian.sh
Ligne 15: Ligne 16:
  
 <file bash imapsync-02-debian.sh> <file bash imapsync-02-debian.sh>
-#!/bin/sh+#!/bin/bash
 dpkg-reconfigure locales \ dpkg-reconfigure locales \
   && dpkg-reconfigure tzdata \   && dpkg-reconfigure tzdata \
Ligne 22: Ligne 23:
   && apt dist-upgrade -y\   && apt dist-upgrade -y\
   && apt install -y \   && apt install -y \
-  libjson-webtoken-perl   \ 
   libauthen-ntlm-perl     \   libauthen-ntlm-perl     \
   libcgi-pm-perl          \   libcgi-pm-perl          \
   libcrypt-openssl-rsa-perl   \   libcrypt-openssl-rsa-perl   \
   libdata-uniqid-perl         \   libdata-uniqid-perl         \
 +  libencode-imaputf7-perl     \
   libfile-copy-recursive-perl \   libfile-copy-recursive-perl \
 +  libfile-tail-perl        \
   libio-socket-inet6-perl  \   libio-socket-inet6-perl  \
   libio-socket-ssl-perl    \   libio-socket-ssl-perl    \
Ligne 49: Ligne 51:
   libtest-warn-perl        \   libtest-warn-perl        \
   make                     \   make                     \
-  cpanminus                \+  cpanminus \
   wget \   wget \
   screen \   screen \