Skip to content

Commit 553e253

Browse files
committed
Added changes from Public repo PR #95889
1 parent 4eb1826 commit 553e253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/orbital/satellite-imagery-with-orbital-ground-station.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ Register with the [NASA DRL](https://directreadout.sci.gsfc.nasa.gov/) to downlo
4848
Transfer the installation binaries to the receiver-vm:
4949

5050
```console
51-
mkdir ~/software/
52-
scp RT-STPS_6.0*.tar.gz azureuser@receiver-vm:~/software/rt-stps/.
51+
ssh azureuser@receiver-vm 'mkdir -p ~/software'
52+
scp RT-STPS_6.0*.tar.gz azureuser@receiver-vm:~/software/.
5353
```
5454

5555
Alternatively, you can upload your installation binaries to a container in Azure Storage and download them to the receiver-vm using [AzCopy](../storage/common/storage-use-azcopy-v10.md)
5656

5757
### Install rt-stps
5858

5959
```console
60-
sudo yum install java (find version of java)
60+
sudo yum install java-11-openjdk
6161
cd ~/software
6262
tar -xzvf RT-STPS_6.0.tar.gz
6363
cd ./rt-stps
@@ -83,7 +83,7 @@ tar -xzvf RT-STPS_6.0_testdata.tar.gz
8383
cd ~/software/rt-stps
8484
rm ./data/*
8585
./bin/batch.sh config/npp.xml ./testdata/input/rt-stps_npp_testdata.dat
86-
#Verify that files exist
86+
# Verify that files exist
8787
ls -la ./data
8888
```
8989

0 commit comments

Comments
 (0)