You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if it would makes sense to whenever there is some directory listing with a reliable versioning to first retrieve the highest version number to use with wget.
Some of our external links get outdated quite fast and hence will end in a 404. As an example
sudo wget http://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.58/bin/apache-tomcat-8.5.58.tar.gz
https://docs.geonode.org/en/master/install/advanced/core/index.html?highlight=tomcat#install-geoserver(minor version changes)
I wonder if it would makes sense to whenever there is some directory listing with a reliable versioning to first retrieve the highest version number to use with wget.
While this will prevent a 404, the use of a regex might not be easy to understand for new users … What do you think?
The text was updated successfully, but these errors were encountered: