Created
May 12, 2015 08:14
-
-
Save thde/c4a21a1f30a37ecdc0cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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