sbrl-apt-repo: migrate to new system
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds
This commit is contained in:
parent
7c84b379f6
commit
f112c82140
4 changed files with 8 additions and 8 deletions
|
@ -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";
|
|
@ -19,3 +19,4 @@ ffmpeg
|
|||
lnav
|
||||
jq
|
||||
openssh-client
|
||||
curl
|
||||
|
|
|
@ -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)
|
||||
";
|
||||
|
|
5
src/steps-config/100-apt-sbrl.sh
Normal file
5
src/steps-config/100-apt-sbrl.sh
Normal 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
|
Loading…
Reference in a new issue