Add script to install dependencies
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
23fd1395a9
commit
13d0df1c00
1 changed files with 5 additions and 0 deletions
5
install-deps.sh
Executable file
5
install-deps.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
sudo apt-get install --no-install-recommends raspberrypi-ui-mods lxterminal gvfs
|
||||||
|
sudo apt-get install libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev libxi-dev libasound2-dev mesa-common-dev libgl1-mesa-dev
|
||||||
Loading…
Add table
Add a link
Reference in a new issue