Remove outdated MOTD directory from README and update DigitalOcean plugin version requirement

This commit is contained in:
jkpe 2025-04-11 17:19:45 +01:00
parent 484e960e8e
commit b4a7fab6c8
No known key found for this signature in database

View file

@ -39,10 +39,6 @@ pangolin-marketplace/
│ ├── 020-application-tag.sh
│ └── 900-cleanup.sh
└── pangolin-24-04/
├── files/
│ └── etc/
│ └── update-motd.d/
│ └── 99-one-click
├── scripts/
│ ├── 010-pangolin.sh
│ └── 020-firewall.sh
@ -64,7 +60,7 @@ pangolin-marketplace/
packer {
required_plugins {
digitalocean = {
version = ">= 1.0.4"
version = ">= 1.4.1"
source = "github.com/digitalocean/digitalocean"
}
}
@ -83,7 +79,6 @@ pangolin-marketplace/
4. Create the necessary directory structure if it doesn't already exist:
```bash
mkdir -p common/files/var/lib/digitalocean
mkdir -p pangolin-24-04/files/etc/update-motd.d
```
5. Validate the template: