Created
March 23, 2015 23:52
-
-
Save jmeyo/dcff1194a0a54c0c72af to your computer and use it in GitHub Desktop.
Install imapsync debian
This file contains 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
apt-get update && apt-get upgrade | |
sudo apt-get install libdate-manip-perl libterm-readkey-perl libterm-readkey-perl libdigest-hmac-perl libdigest-hmac-perl libdate-manip-perl libmail-imapclient-perl makepasswd rcs perl-doc git | |
cd /tmp | |
git clone git://github.com/imapsync/imapsync.git | |
cd imapsync | |
sh examples/install_modules_linux.sh | |
apt-get install build-essential | |
sh examples/install_modules_linux.sh | |
apt-get install perl libmail-imapclient-perl libterm-readkey-perl libio-socket-ssl-perl libdigest-hmac-perl liburi-perl libyaml-appconfig-perl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment