mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-30 09:48:51 -04:00
fix: enforce https on repository installation
Previously was just http to allow for caching and non-caching of packages. Currently, a client tool exists to rewrite repository definitions.
This commit is contained in:
parent
d4c3fb11d3
commit
b2c9479e50
19 changed files with 30 additions and 18 deletions
|
@ -1,2 +1,2 @@
|
|||
deb [signed-by=/usr/share/keyrings/terraform.asc] http://apt.releases.hashicorp.com bookworm main
|
||||
deb [signed-by=/usr/share/keyrings/terraform.asc] https://apt.releases.hashicorp.com bookworm main
|
||||
# vim:ft=debsources
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Types: deb
|
||||
URIs: http://apt.releases.hashicorp.com
|
||||
URIs: https://apt.releases.hashicorp.com
|
||||
Suites: bookworm
|
||||
Components: main
|
||||
Signed-by: /usr/share/keyrings/terraform.asc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue