Browse Source

Fix copy files for ISS demod

php7-stretch
Nico Rey 3 years ago
parent
commit
c4b773571a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      INSTALL.md
  2. +1
    -1
      install.sh

+ 1
- 1
INSTALL.md View File

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

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


Loading…
Cancel
Save