FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
33 stars 29 forks source link

Finish Terraform IAC and DigitalOcean workarounds #9

Closed jonaugustine closed 2 years ago

jonaugustine commented 2 years ago

Currently, the repo holds the WebMap executable, which is around 90.12 MB.

The reason is because it's hard to find a way to unzip it on a DigitalOcean 20.04.3 LTS image.

The easiest fix was to just include it in the repository.

I tried different methods like:

sudo apt update && sudo apt install unzip
sudo apt update && sudo apt install zip