Time-out when using init script to install GDAL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:53 PM
I'm following this post to run an init script to install gdal.
My script is simply:
--------------
#!/bin/bash
apt-get update && apt-get upgrade
apt-get install gdal*
--------------
This should be simple enough. However when starting the cluster, the script runs for an hour and then times out. What gives? How to fix?