forked from riffnshred/nhl-led-scoreboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapt-requirements
42 lines (39 loc) · 922 Bytes
/
apt-requirements
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/usr/bin/env aptfile
# trigger an apt-get update
update
# install some packages
package "build-essential"
package "git"
package "python3-setuptools"
package "python3-pip"
package "python3-dev"
package "python3-virtualenv"
package "python3-venv"
package "python3-numpy"
package "python3-pandas"
package "python3-gpiozero"
package "libatlas-base-dev"
package "libcairo2"
package "python3-lxml"
package "libopenblas0"
package "libatlas-base-dev"
package "libraqm-dev"
package "direnv"
#For the issueUpload.sh
package "jq"
package "pastebinit"
package "neofetch"
#For the sb-upgrade
package "zsh"
#For dietpi users without dbus
package "dbus"
package "libdbus-glib-1-dev"
package "libgirepository1.0-dev"
pacakge "libdbus-1-dev"
#For RGBMatrixEmulator
package "python3-tk"
package "libsixel-bin"
package "python3-pygame"
package "libgirepository1.0-dev"
# you can also execute arbitrary bash
echo "🚨 ALL GOOD TO GO"