Changes

From Amahi Wiki
Jump to: navigation, search
fi
* Remove Share
if [ -d /var/hda/files/share ]; then echo appname share files preserved! echo echo To remove them, in terminal run: echo ‘sudo rm -rf /var/hda/files/appname’ fi
* Network Interface Name:
HDA_DEVICE=`nmcli d | grep 'ethernet' | awk '{print $1;}'`;
12,424

edits