Преглед изворни кода

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


Loading…
Откажи
Сачувај