Flavour is detected incorrectly by OTP update script for ubuntu 22.04 #210
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#210
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running the script to download the newest OTP release on ubuntu 22.04, the flavour is detected as 'amd64' instead of 'ubuntu-jammy', leading to the wrong version being downloaded
(was able to get around this by manually editing the script myself for now, which allowed it to update successfully)
this is documented
https://docs.akkoma.dev/stable/installation/otp_en/#detecting-flavour
That's for installing it, not updating - I was following the steps to update from https://docs.akkoma.dev/stable/administration/updating/
(I should probably have just said "OTP update script" instead of "OTP installation update script" in the title originally, sorry)
Flavour is detected incorrectly by OTP installation update script for ubuntu 22.04to Flavour is detected incorrectly by OTP update script for ubuntu 22.04You should be able to set the enironment variable
FLAVOUR=ubuntu-jammy
.Probably might be best to remove the auto-detection thingy and require the flavour to be set.
or using the option
--flavour
I'll have to unpick the script a little to change the