remove warning that breaks update

This commit is contained in:
FloatingGhost 2022-08-09 12:57:39 +01:00
parent 1245141779
commit e5a2548521

View file

@ -2,7 +2,6 @@
# XXX: This should be removed when elixir's releases get custom command support
detect_flavour() {
echo "Trying to autodetect flavour, you may want to override this with --flavour"
arch="$(uname -m)"
if [ "$arch" = "x86_64" ]; then
arch="amd64"