Skip to content

Readeck latest version is wrong (upstream change)Β #4171

@neurolit

Description

@neurolit

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

Readeck

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/readeck.sh)"

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 12

πŸ“ Provide a clear and concise description of the issue.

Hi,

Readeck script doesn't find the latest version, but an older one.

See https://github.com/community-scripts/ProxmoxVE/blob/b5dc4bdf59a5448c190b8f65b8689a8ecabe1a6c/ct/readeck.sh#L31C14-L31C121

curl -fsSL https://codeberg.org/readeck/readeck/releases/ | grep -oP '(?<=Version )\d+\.\d+\.\d+' | head -1 returns 0.17.1, but should return 0.18.1 (as of today), because on readeck releases page, the version number isn't prefixed by "Version " anymore.

πŸ”„ Steps to reproduce the issue.

  • Step 1: run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/readeck.sh)" in order to update Readeck.
  • Step 2: go to https://YOUR_READECK_URL/docs/about
  • Step 3: see version 0.17.1 instead of 0.18.1

Or

  • Step 1: run curl -fsSL https://codeberg.org/readeck/readeck/releases/ | grep -oP '(?<=Version )\d+\.\d+\.\d+' | head -1
  • Step 2: see 0.17.1 instead of 0.18.1

❌ Paste the full error output (if available).

No error output, only the wrong version

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions