Last active
December 17, 2015 22:09
-
-
Save sreimers/5679774 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Minimize default rasbian wheezy image (remove desktop stuff etc.) | |
apt-get -y remove aspell desktop-base desktop-file-utils dictionaries-common dillo fonts-droid fonts-freefont-ttf fontconfig fontconfig-config galculator gnome-icon-theme gnome-themes-standard gpicview gsettings-desktop-schemas gsfonts gsfonts-x11 hicolor-icon-theme leafpad lightdm lightdm-gtk-greeter lxappearance lxde lxde-common lxde-core lxde-icon-theme lxmenu-data midori mime-support openbox omxplayer penguinspuzzle x11-common wpagui python3 python3-minimal python-pygame x11-common | |
# Upgrade packages | |
apt-get update | |
apt-get -y upgrade | |
# Install required packages | |
apt-get -y install python-gst0.10 python-setuptools gstreamer0.10-plugins-base gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-tools python-gobject python-gobject-2 gstreamer0.10-alsa python-argparse redis-server python-virtualenv python-dev libasound2-dev libasound2-plugins libesd0 nginx-light libopus-dev libsqlite3-dev | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment