Fold apt-cache into new structure
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 128 after 1 second
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 128 after 1 second
This commit is contained in:
parent
8f06292c41
commit
a7483500ff
3 changed files with 9 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
RUN "echo 'Acquire::http { Proxy \"http://172.16.230.100:3142\"; }' | sudo tee /etc/apt/apt.conf.d/proxy"
|
|
||||||
|
|
||||||
# Use http instead of https to allow caching
|
|
||||||
RUN "echo 'deb http://archive.raspberrypi.org/debian/ buster main ui' | sudo tee /etc/apt/sources.list.d/raspi.list";
|
|
||||||
|
|
||||||
RUN_ONCE "sudo rm /etc/apt/sources.list.d/raspi";
|
|
0
src/apt-packages.txt
Normal file
0
src/apt-packages.txt
Normal file
9
src/steps/10-apt-cache.sh
Normal file
9
src/steps/10-apt-cache.sh
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
echo 'Acquire::http { Proxy \"http://172.16.230.100:3142\"; }' | tee /etc/apt/apt.conf.d/proxy
|
||||||
|
|
||||||
|
|
||||||
|
echo 'deb http://archive.raspberrypi.org/debian/ buster main ui' | tee /etc/apt/sources.list.d/raspi.list
|
||||||
|
|
||||||
|
rm /etc/apt/sources.list.d/raspi;
|
Loading…
Reference in a new issue