mirror of
https://github.com/Relintai/pi_player.git
synced 2024-11-12 08:45:35 +01:00
12 lines
106 B
Bash
Executable File
12 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
cd repos
|
|
cd fbcp_ili
|
|
cd build
|
|
|
|
sudo killall fbcp
|
|
sudo cp fbcp-ili9341 /usr/local/bin/fbcp
|
|
|
|
|