Answers for "update ESA SNAP"

0

update ESA SNAP

snap --nosplash --nogui --modules --update-all 2>&1 | while read -r line; do
    echo "$line"
    [ "$line" = "updates=0" ] && sleep 2 && pkill -TERM -f "snap/jre/bin/java"
done
Posted by: Guest on April-23-2022

Browse Popular Code Answers by Language