forked from AkkomaGang/akkoma
remove warning that breaks update
This commit is contained in:
parent
1245141779
commit
e5a2548521
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
# XXX: This should be removed when elixir's releases get custom command support
|
# XXX: This should be removed when elixir's releases get custom command support
|
||||||
|
|
||||||
detect_flavour() {
|
detect_flavour() {
|
||||||
echo "Trying to autodetect flavour, you may want to override this with --flavour"
|
|
||||||
arch="$(uname -m)"
|
arch="$(uname -m)"
|
||||||
if [ "$arch" = "x86_64" ]; then
|
if [ "$arch" = "x86_64" ]; then
|
||||||
arch="amd64"
|
arch="amd64"
|
||||||
|
|
Loading…
Reference in a new issue