소스 검색

Fix copy files for ISS demod

php7-stretch
Nico Rey 3 년 전
부모
커밋
c4b773571a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      INSTALL.md
  2. +1
    -1
      install.sh

+ 1
- 1
INSTALL.md 파일 보기

@@ -177,7 +177,7 @@ cd /tmp
unzip master.zip
cd pd120_decoder-master/pd120_decoder/
pip3 install --user -r requirements.txt
cp "{demod.py,utils.py}" "/home/pi/raspberry-noaa/"
cp demod.py utils.py "/home/pi/raspberry-noaa/"
```

### Cron the scheduling job


+ 1
- 1
install.sh 파일 보기

@@ -221,7 +221,7 @@ else
unzip master.zip
cd pd120_decoder-master/pd120_decoder/
pip3 install --user -r requirements.txt
cp "{demod.py,utils.py}" "$HOME/raspberry-noaa/"
cp demod.py utils.py "$HOME/raspberry-noaa/"
)
log_done "pd120_decoder installed"
fi


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