* How to use the package if you have the Debian repo:

apt-get update
apt-get install fss-commercial-activate
fss-commercial-activate
[ Fill out the requested field, such as the activation key]


* How to use the package if you have the Git repo:
cd /usr/src/
git clone https://freeswitch.org/stash/scm/fsp/fss-commercial-activate.git
cd fss-commercial-activate.git
apt-get install devscripts
debuild -us -uc
dpkg -i ../fss-commercial-activate*.deb
fss-commercial-activate
[ Fill out the requested field, such as the activation key]


