asylumexp / Proxmox

Proxmox VE Helper-Scripts - Ported to ARM64
https://pimox-scripts.com
MIT License
34 stars 1 forks source link

Notice: Fix for /usr/bin/update #56

Closed asylumexp closed 3 months ago

asylumexp commented 3 months ago

Originally posted in #55 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