Skip to content

Instantly share code, notes, and snippets.

@thde
Created May 12, 2015 08:14
Show Gist options
  • Save thde/c4a21a1f30a37ecdc0cb to your computer and use it in GitHub Desktop.
Save thde/c4a21a1f30a37ecdc0cb to your computer and use it in GitHub Desktop.
#!/bin/bash
# installs/updates imapsync
TMPDIR=$(mktemp -d)
mkdir $TMPDIR/logs
apt-get update
apt-get install git make makepasswd rcs perl-doc libmail-imapclient-perl libfile-copy-recursive-perl libio-tee-perl libunicode-string-perl
git clone git://github.com/imapsync/imapsync.git $TMPDIR
cd $TMPDIR
perl -c imapsync && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment