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
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue