Closed
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
ActualBudget
π What was the exact command used to execute the script?
update
π Provide a clear and concise description of the issue.
I ran update inside of the ActualBudget LXC. The first issue is that jq is not installed by default but called in the script. Easy enough to install manually. But then when it runs the mv
commands, it says the directory is not empty. This makes sense for a fresh install, but updating doesn't work as the file already exist and the script fails.
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Run update in the LXC container
β Paste the full error output (if available).
First error:
[ERROR] in line 37: exit code 0: while executing command RELEASE=$(curl -s https://api.github.com/repos/actualbudget/actual-server/tags | jq --raw-output '.[0].name')
Second error:
mv: cannot move 'actualbudget-actual-server-95180cc/migrations' to '/opt/actualbudget/migrations': Directory not empty
mv: cannot move 'actualbudget-actual-server-95180cc/src' to '/opt/actualbudget/src': Directory not empty
mv: cannot move 'actualbudget-actual-server-95180cc/upcoming-release-notes' to '/opt/actualbudget/upcoming-release-notes': Directory not empty
[ERROR] in line 41: exit code 0: while executing command mv actualbudget-actual-server-*/* /opt/actualbudget/
πΌοΈ Additional context (optional).
No response
Metadata
Metadata
Assignees
Labels
No labels