Warning, /plasma-bigscreen/bigscreen-debos-image-rpi4/recipes/neon-repo.yml is written in an unsupported language. File is not indexed.

0001 {{- $architecture := or .architecture "arm64" -}}
0002 {{- $firmware_version := or .firmware_version "master" -}}
0003 {{ $suite :=  or .suite "bionic" }}
0004 {{- $image := or .image "mycroft-mark2-rpi4.img" -}}
0005 
0006 architecture: {{ $architecture }}
0007 
0008 actions:
0009   - action: run
0010     description: Add KDE Neon gpg key
0011     chroot: true
0012     command: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys '444D ABCF 3667 D028 3F89  4EDD E6D4 7362 5575 1E5D'
0013 
0014   - action: run
0015     description: Add neon apt repo
0016     chroot: true
0017     command: echo "deb https://archive.neon.kde.org/unstable {{ $suite }} main" > /etc/apt/sources.list.d/neon.list
0018