Skip to content

Commit

Permalink
added python-pygame to installer
Browse files Browse the repository at this point in the history
python-pygame is not included in jessie lite, thus it should be included in the installer.
  • Loading branch information
mholgatem committed Oct 28, 2016
1 parent c0c4611 commit 1fd3625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "Starting Install..."

sudo apt-get clean
sudo apt-get update
sudo apt-get -y install vsftpd xboxdrv stella python-pip python-requests python-levenshtein libsdl1.2-dev bc gunicorn sqlite3
sudo apt-get -y install vsftpd xboxdrv stella python-pip python-requests python-levenshtein libsdl1.2-dev bc gunicorn sqlite3 python-pygame
cd /home/pi/
git clone https://github.com/ssilverm/pimame-8 pimame
cd pimame
Expand Down

0 comments on commit 1fd3625

Please sign in to comment.