|
@@ -25,6 +25,7 @@ rm -rf pi_hello_video |
|
|
|
|
|
|
|
|
echo "Installing video_looper program..." |
|
|
echo "Installing video_looper program..." |
|
|
echo "==================================" |
|
|
echo "==================================" |
|
|
|
|
|
cd "$(dirname "$0")" |
|
|
mkdir -p /mnt/usbdrive0 # This is very important if you put your system in readonly after |
|
|
mkdir -p /mnt/usbdrive0 # This is very important if you put your system in readonly after |
|
|
pip3 install setuptools |
|
|
pip3 install setuptools |
|
|
python3 setup.py install --force |
|
|
python3 setup.py install --force |
|
|