Freebsd's bash is elsewhere, wget necessary, setuptools not found

This commit is contained in:
Eric Soroos 2017-06-22 13:30:26 +00:00
parent db2359a30f
commit f737f00637
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Usage: ./download-and-extract.sh something.tar.gz https://example.com/something.tar.gz
archive=$1

View File

@ -4,10 +4,10 @@
# Installs all of the dependencies for Pillow for Freebsd 10.x
# for both system Pythons 2.7 and 3.4
#
sudo pkg install python2 python3 py27-pip py27-virtualenv py27-setuptools27
sudo pkg install python2 python3 py27-pip py27-virtualenv wget
# Openjpeg fails badly using the openjpeg package.
# I can't find a python3.4 version of tkinter
sudo pkg install jpeg-turbo tiff webp lcms2 freetype2 harfbuzz fribidi py27-tkinter
./install_raqm.sh
./install_raqm.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# install raqm