377 B
377 B
Installation of firefox sync 1.5 with systemd
install packages
apt-get install python-dev git-core python-virtualenv g++ make
add user and group
groupadd ffsync useradd -r -s /usr/bin/false -g ffsync -G ffsync,http -d /var/lib/ffsync ffsync