Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rgb-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ echo "Updating package index files..."
apt-get update

echo "Downloading prerequisites..."
apt-get install -y python3-dev python3-pillow cython3
apt-get install -y python3-dev python3-pillow cython3 python3-setuptools

echo "Downloading RGB matrix software..."
curl -L $GITUSER/$REPO/archive/$COMMIT.zip -o $REPO-$COMMIT.zip
Expand Down