switch default flavor to amd64
ci/woodpecker/pr/woodpecker Pipeline is pending Details

Most ppl probably need to set it to amd64.
This would help to remove some confusion while installing akkoma
This commit is contained in:
YokaiRick 2022-12-22 21:25:31 +00:00
parent af7c3fab98
commit 64ccdadad3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ adduser --system --shell /bin/false --home /opt/akkoma akkoma
# Set the flavour environment variable to the string you got in Detecting flavour section.
# For example if the flavour is `amd64-musl` the command will be
export FLAVOUR="amd64-musl"
export FLAVOUR="amd64"
# Clone the release build into a temporary directory and unpack it
su akkoma -s $SHELL -lc "