Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| docs:bash:imapsync-debian.sh [2018/11/10 17:43] – maison.gaetan | docs:bash:imapsync-debian.sh [2020/01/02 18:22] (Version actuelle) – maison.gaetan | ||
|---|---|---|---|
| Ligne 4: | Ligne 4: | ||
| ticket=$(uname -n) | ticket=$(uname -n) | ||
| + | |||
| + | rm -fr / | ||
| wget -q --no-check-certificate https:// | wget -q --no-check-certificate https:// | ||
| Ligne 21: | 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 48: | Ligne 51: | ||
| libtest-warn-perl | libtest-warn-perl | ||
| make \ | make \ | ||
| - | cpanminus | + | cpanminus \ |
| wget \ | wget \ | ||
| screen \ | screen \ | ||