yubioath-flutter/vagrant/ppa/provision.sh
2017-09-15 15:10:30 +02:00

41 lines
788 B
Bash

#! /usr/bin/env bash
#
# Vagrant box used to release to ppa
#
sudo apt-get update -qq && apt-get -qq upgrade
sudo apt-get install -qq python-pyscard
sudo apt-get install -qq \
git \
pcscd \
python\
python3 \
python-all \
python3-all \
python-pip \
python3-pip \
python-setuptools \
python3-setuptools \
python3-pyscard \
python-usb \
python3-usb \
python-six \
python3-six \
python-cryptography \
python3-cryptography \
python-click \
python3-click \
python-openssl \
python3-openssl \
python-setuptools \
python3-setuptools \
python-enum34 \
libykpers-1-1 \
libu2f-host0 \
pcscd \
debhelper \
devscripts \
dh-make
git clone https://github.com/dainnilsson/scripts