Skip to content

Commit b0eccdd

Browse files
authored
Update satellite-imagery-with-orbital-ground-station.md
1 parent 8fe5392 commit b0eccdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Alternatively, you can upload your installation binaries to a container in Azure
176176
### Install IPOPP
177177

178178
```console
179-
tar --C $INSTALL_DIR -xzf DRL-IPOPP_4.1.tar.gz
179+
tar -xvzf DRL-IPOPP_4.1.tar.gz --directory $INSTALL_DIR
180180
chmod -R 755 $INSTALL_DIR/IPOPP
181181
$INSTALL_DIR/IPOPP/install_ipopp.sh -installdir $INSTALL_DIR/drl -datadir $INSTALL_DIR/data -ingestdir $INSTALL_DIR/data/ingest
182182
```

0 commit comments

Comments
 (0)