소스 검색

Updated install.sh to make it path independent

This would allow you to execute script like /home/pi/pi_video_looper/install.sh
pull/20/head
pujan14 8 년 전
부모
커밋
4ffeb962c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      install.sh

+ 1
- 0
install.sh 파일 보기

@@ -26,6 +26,7 @@ rm -rf pi_hello_video

echo "Installing video_looper program..."
echo "=================================="
cd "$(dirname "$0")"
mkdir -p /mnt/usbdrive0 # This is very important if you put your system in readonly after
python setup.py install --force
cp video_looper.ini /boot/video_looper.ini


불러오는 중...
취소
저장