-
-
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?
adguard
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-adguard.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.
While setup the script configuration, in the final step, appear the next error:
`
curl: (22) The requested URL returned error: 429
22: line 1: $'\E[?25h': command not found
22: line 2: $'\E[01': command not found
22: line 2: $'31m[ERROR]\E[m': command not found
22: line 2: $'31m1315\E[m:': command not found
22: line 2: $'31m0\E[m:': command not found
curl: (22) The requested URL returned error: 400
[ERROR] in line 1315: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" $?
`
π Steps to reproduce the issue.
Execute the script with Advanced Settings, only with mac-address change
β Paste the full error output (if available).
curl: (22) The requested URL returned error: 429
22: line 1: $'\E[?25h': command not found
22: line 2: $'\E[01': command not found
22: line 2: $'31m[ERROR]\E[m': command not found
22: line 2: $'31m1315\E[m:': command not found
22: line 2: $'31m0\E[m:': command not found
curl: (22) The requested URL returned error: 400
[ERROR] in line 1315: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" $?
πΌοΈ Additional context (optional).
No response