apk has tot setup wrong. It's using apk -vv info || tot;;, which includes ||, the OR operator, when it should be |, the pipe operator. I would do this myself, and probably will, but the current PR is supposed to drop soon and I don't want to cause any complications.
(Also: why is Adélie listed in the comments of cpm, but not on the README next to Alpine? lol)
apk has tot setup wrong. It's using
apk -vv info || tot;;
, which includes||
, the OR operator, when it should be|
, the pipe operator. I would do this myself, and probably will, but the current PR is supposed to drop soon and I don't want to cause any complications.(Also: why is Adélie listed in the comments of cpm, but not on the README next to Alpine? lol)