Browse Source

Merge 4ffeb962c9 into 190329da70

pull/20/merge
pujan14 5 years ago
committed by GitHub
parent
commit
ae7252f8fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      install.sh

+ 1
- 0
install.sh View File

@@ -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


Loading…
Cancel
Save