Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RO
root @lemmy.belclayfer.net
Posts 1
Comments 16
www.independent.co.uk Man United fan banned indefinitely for wearing offensive Hillsborough T-shirt

The supporter was arrested outside Wembley for mocking victims of the disaster with his customised top

Man United fan banned indefinitely for wearing offensive Hillsborough T-shirt

Banned indefinitely by the club. Was earlier given a four year ban by the FA.

2
Help standing up a self-hosted Lemmy instance
  • Maybe you've already looked into this, but I checked the playbook and the error above is occuring when Ansible tries to run this command:

    test -e /usr/bin/python || (apt -y update && apt install -y python3-minimal python3-setuptools)

    If you manually run the part of the command in parentheses above you'll probably get the Release file error also listed above, and from there you might be able to find out what's up. I think that error usually has to do with your repository setup and/or the version of Ubuntu youre running, but Google can hopefully tell you for sure.