mirror of
https://github.com/RasppleII/a2cloud.git
synced 2025-02-20 03:29:03 +00:00
setup.txt: Remove obsolete FIXME's
This commit is contained in:
parent
e3f7ca02b5
commit
82697c0945
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user