]> git.lizzy.rs Git - torbrowser-launcher.git/blob - build_and_install.sh
added stdeb.cfg, so the debian package name is torbrowser-launcher instead of python...
[torbrowser-launcher.git] / build_and_install.sh
1 #!/bin/sh
2
3 # clean up from last time
4 rm -rf ~/.torbrowser
5
6 # build binary package
7 python setup.py --command-packages=stdeb.command bdist_deb
8
9 # install it
10 sudo dpkg -i deb_dist/torbrowser-launcher_0.1-1_all.deb
11