Files
urh/tests/docker/debian8/install_from_source.sh
2017-01-05 23:15:43 +01:00

6 lines
106 B
Bash

#!/usr/bin/env bash
git clone https://github.com/jopohl/urh
cd urh
python3 setup.py install
urh autoclose