Notice: Fix for /usr/bin/update #55
Locked
asylumexp
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Running /usr/bin/update in an LXC should (if it was working properly) pull the script to update the LXC. Although, any LXCs created before 2024/06/27 will still call the script from tteck's repo, which won't work properly.
To fix this, just run the command below in the LXCs that require it.
sed -i 's/tteck/asylumexp/g' /usr/bin/update
Beta Was this translation helpful? Give feedback.
All reactions