setup.txt: Remove obsolete FIXME's

This commit is contained in:
T. Joseph Carter 2016-04-10 18:28:18 -07:00
parent e3f7ca02b5
commit 82697c0945

View File

@ -398,7 +398,6 @@ if [[ $installADTPro ]]; then
### ADTPro: Install X and LXDE
### Well, you need _something_ for ADTPro, and LXDE is as good as anything
### FIXME: Very PC-centric and this code might get run on minimal Raspbian
if ! hash X 2>/dev/null; then
echo "A2CLOUD: Installing X Window System and LXDE..."
sudo apt-get -y install xorg lxde
@ -562,7 +561,6 @@ if [[ $installADTPro ]]; then
fi
### A2CLOUD: Enable netatalk sharing for A2CLOUD if it's installed
### FIXME: This has changed in A2SERVER, fix it here
if hash afpd 2>/dev/null; then # A2SERVER/netatalk installed
if [[ ! -d /srv/A2SERVER/ADTDISKS || ! $(grep ADTDISKS /usr/local/etc/netatalk/AppleVolumes.default) ]]; then
echo "A2CLOUD: Setting up /usr/local/adtpro/disks for Apple file sharing..."