[GH-ISSUE #5683] Alpine-IT-Tools update script error #1218

Closed
opened 2026-02-26 12:48:08 +03:00 by kerem · 2 comments
Owner

Originally created by @jmcruvellier on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5683

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Alpine-IT-Tools

📂 What was the exact command used to execute the script?

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

No more able to update my Alpine-IT-Tools LXC (worked well in the past).
Source of the error is located in https://github.com/community-scripts/ProxmoxVE/tree/main/misc/build.func

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

[ERROR] in line 1006: exit code 0: while executing command CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu "Support/Update functions for ${APP} LXC. Choose an option:" 12 60 3 "1" "YES (Silent Mode)" "2" "YES (Verbose Mode)" "3" "NO (Cancel Update)" --nocancel --default-item "1" 3>&1 1>&2 2>&3)

🖼️ Additional context (optional).

No response

Originally created by @jmcruvellier on GitHub (Jul 4, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5683 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Alpine-IT-Tools ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-it-tools.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. No more able to update my Alpine-IT-Tools LXC (worked well in the past). Source of the error is located in https://github.com/community-scripts/ProxmoxVE/tree/main/misc/build.func ### 🔄 Steps to reproduce the issue. bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-it-tools.sh)" ### ❌ Paste the full error output (if available). [ERROR] in line 1006: exit code 0: while executing command CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu "Support/Update functions for ${APP} LXC. Choose an option:" 12 60 3 "1" "YES (Silent Mode)" "2" "YES (Verbose Mode)" "3" "NO (Cancel Update)" --nocancel --default-item "1" 3>&1 1>&2 2>&3) ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:48:08 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Jul 4, 2025):

whiptail missing? try to add "apk add newt"

<!-- gh-comment-id:3034736366 --> @MickLesk commented on GitHub (Jul 4, 2025): whiptail missing? try to add "apk add newt"
Author
Owner

@jmcruvellier commented on GitHub (Jul 4, 2025):

whiptail missing? try to add "apk add newt"

Thanks, it solved the issue

<!-- gh-comment-id:3034764897 --> @jmcruvellier commented on GitHub (Jul 4, 2025): > whiptail missing? try to add "apk add newt" Thanks, it solved the issue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1218
No description provided.