first commit
This commit is contained in:
commit
7584207f76
72 changed files with 12801 additions and 0 deletions
5
bib/aptcache/apt.conf
Normal file
5
bib/aptcache/apt.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
APT::Architecture "amd64";
|
||||
APT::Get::Assume-Yes "true";
|
||||
APT::Get::AllowUnauthenticated "true";
|
||||
APT::Cache::Generate "true";
|
||||
Dir::Etc::SourceList "aptcache/sources.list";
|
||||
4
bib/aptcache/sources.list
Normal file
4
bib/aptcache/sources.list
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
deb [arch=amd64] http://deb.debian.org/debian trixie main
|
||||
deb [arch=amd64] http://security.debian.org/debian-security trixie-security main
|
||||
deb [arch=amd64] http://deb.debian.org/debian trixie-updates main
|
||||
deb [arch=amd64] https://git.raines.xyz/api/packages/particle-os/debian trixie main
|
||||
Loading…
Add table
Add a link
Reference in a new issue