Skip to content

Commit 6d2c6f7

Browse files
authored
fix install issue with snap.varfile
wget is pointing to snap8.varfile, which doesn't exist in the OST repo. Fixed to point to the right (generic) file.
1 parent b5c6158 commit 6d2c6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_ost.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ TBX="esa-snap_sentinel_unix_${TBX_VERSION}_${TBX_SUBVERSION}.sh"
1313
# get Snap
1414
wget "${SNAP_URL}/${TBX}"
1515
chmod 755 ${TBX}
16-
wget https://raw.githubusercontent.com/ESA-PhiLab/OpenSarToolkit/master/snap8.varfile
16+
wget https://raw.githubusercontent.com/ESA-PhiLab/OpenSarToolkit/master/snap.varfile
1717

1818
# install snap
19-
./${TBX} -q -varfile snap8.varfile
19+
./${TBX} -q -varfile snap.varfile
2020
rm ${TBX}
2121

2222
# OTB installation

0 commit comments

Comments
 (0)