#!/bin/bash -e # Run this script as root to enable the LUWRAIN repository for Raspberry Pi # Michael Pozhidaev curl -s https://download.luwrain.org/gpg/dpkg.gpg.pub | apt-key add - cat < /etc/apt/sources.list.d/luwrain.list deb https://download.luwrain.org/repo/ luwrain bullseye EOF