Forked from makevoid/ubuntu server configuration.sh
Created
January 28, 2013 14:13
-
-
Save iArnaud/4655810 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
| # install AFP | |
| # from: http://ubuntuforums.org/showthread.php?t=410274 | |
| mkdir -p ~/src/netatalk | |
| cd ~/src/netatalk | |
| sudo aptitude install devscripts cracklib2-dev dpkg-dev libssl-dev | |
| apt-get source netatalk | |
| sudo apt-get build-dep netatalk | |
| # this folder name may change depending on the version of netatalk | |
| cd netatalk-2.0.5 | |
| DEB_BUILD_OPTIONS=ssl sudo dpkg-buildpackage -us -uc | |
| sudo debi | |
| # install zeroconf (bonjour) | |
| sudo apt-get install avahi-daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment