-
with update command i have an error : [ERROR] in line 44: exit code 0: while executing command wget -q https://github.com/hargata/lubelog/releases/download/v${RELEASE}/LubeLogger_v${RELEASE_TRIMMED}_linux_x64.zip |
Beta Was this translation helpful? Give feedback.
Answered by
Narkowii
Jan 2, 2025
Replies: 1 comment
-
i run the script with bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/lubelogger.sh)" and it update correctly .... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Narkowii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i run the script with
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/lubelogger.sh)"
and it update correctly ....