first commit

This commit is contained in:
robojerk 2025-09-05 07:10:12 -07:00
commit 7584207f76
72 changed files with 12801 additions and 0 deletions

5
bib/aptcache/apt.conf Normal file
View 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";

View 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