-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Labels
investigationWe are looking into itWe are looking into it
Description
β 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.
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
investigationWe are looking into itWe are looking into it