Added package python2.7 as dependency

Ubuntu 17.04 comes without python 2.x preinstalled, so need to install manually
This commit is contained in:
rapha-dev 2018-01-14 14:11:55 +01:00 committed by Jan-Philipp Litza
parent 28f7417dc6
commit 713c25eb34
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Um die Bremer Firmware zu bauen sind folgende Vorbereitungen notwendig: Um die Bremer Firmware zu bauen sind folgende Vorbereitungen notwendig:
```sh ```sh
# Build-Dependencies installieren (Debian/Ubuntu) # Build-Dependencies installieren (Debian/Ubuntu)
sudo apt-get install coreutils schedtool build-essential subversion git libncurses5-dev zlib1g-dev unzip gawk libssl-dev sudo apt-get install coreutils schedtool build-essential subversion git libncurses5-dev zlib1g-dev unzip gawk libssl-dev python2.7
# Dieses und das Gluon-Repository clonen # Dieses und das Gluon-Repository clonen
git clone --recursive https://github.com/FreifunkBremen/gluon-site-ffhb.git git clone --recursive https://github.com/FreifunkBremen/gluon-site-ffhb.git
``` ```