File: bootstrap.sh

package info (click to toggle)
jpylyzer 2.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,844 kB
  • sloc: xml: 161,036; python: 2,695; sh: 127; java: 56; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

## Installs all dependencies required to build jpylyzer Debian package 
sudo apt-get update
sudo apt-get install -y build-essential debhelper devscripts
sudo apt-get install -y git
sudo apt-get install -y python-pip
sudo apt-get install -y python-dev
sudo pip install --use-mirrors pyinstaller
sudo pip install --use-mirrors six