Alpine-IT-Tools update script error #1419

Closed
opened 2025-11-20 05:09:57 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @jmcruvellier on GitHub (Jul 4, 2025).

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). ### ✅ 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_
saavagebueno added the bug label 2025-11-20 05:09:57 -05:00
Author
Owner

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

whiptail missing? try to add "apk add newt"

@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

@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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1419