This repository was archived by the owner on Nov 2, 2024. It is now read-only.
-
when i write 'update' in the console for the wireguard LXC, and after choosing to update the Wireguard LXC, it justs spins the green(?) line and the console line pops up in front the "updating lxc" text, and nothing happens. ive tested several times and rebooted the LXC several times, still no luck. watch the attached video if my bad explanation isnt enough to understand what i mean. wireguard_update_error_updated.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
tteck
May 9, 2024
Replies: 1 comment 4 replies
-
Wireguard updates via Lines 63 to 66 in 0e01ceb |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you use the command
update
and select "1" it executesapt-get update && apt-get -y upgrade
. Look at the code!Proxmox/ct/wireguard.sh
Lines 57 to 68 in 0e01ceb