sbrl-apt-repo: migrate to new system
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds

This commit is contained in:
Starbeamrainbowlabs 2021-11-26 22:29:34 +00:00
parent 7c84b379f6
commit f112c82140
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
RUN "echo 'deb http://apt.starbeamrainbowlabs.com/ ./ # apt.starbeamrainbowlabs.com' | sudo tee /etc/apt/sources.list.d/sbrl.list";
RUN "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D48D801C6A66A5D8";
RUN "sudo apt-get update";

View file

@ -19,3 +19,4 @@ ffmpeg
lnav
jq
openssh-client
curl

View file

@ -131,6 +131,7 @@ fi
source ./steps-config/50-avahi-daemon.sh
source ./steps-config/100-logrotate.sh
source ./steps-config/100-apt-sbrl.sh
stage_end "$?";
@ -192,5 +193,5 @@ echo "
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ██████ ██ ██ ██ ███████ ███████ ██ ███████ ██
This host is now ready for use.
$(cat /etc/hostname) is now ready for use (you might want to reboot it though)
";

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
echo 'deb http://apt.starbeamrainbowlabs.com/ ./ # apt.starbeamrainbowlabs.com' >/etc/apt/sources.list.d/sbrl.list
apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys D48D801C6A66A5D8