-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
OpenWRT VM
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/vm/openwrt.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Which Proxmox version are you on?
9.x
π Provide a clear and concise description of the issue.
The script page for OPENWRT says it is updateable BUT running the script within the shell does not work.
bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/vm/openwrt.sh)"
π Steps to reproduce the issue.
The script page for OPENWRT says it is updateable BUT running the script within the shell does not work.
bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/vm/openwrt.sh)"
β Paste the full error output (if available).
BusyBox v1.36.1 (2025-06-23 20:40:36 UTC) built-in shell (ash)
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|_____|| |||||___||| |____|
|| W I R E L E S S F R E E D O M
OpenWrt 24.10.2, r28739-d9340319c6
root@OpenWrt:~# bash -c "$(curl -fsSL https://git.community-scripts.org/community-scri
pts/ProxmoxVE/raw/branch/main/vm/openwrt.sh)"
-ash: curl: not found
-ash: bash: not found
πΌοΈ Additional context (optional).
No response