mirror of
https://github.com/unman/shaker.git
synced 2024-12-25 23:39:30 -05:00
16 lines
335 B
YAML
16 lines
335 B
YAML
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
|
#
|
|
#
|
|
#
|
|
/etc/apt/sources.list:
|
|
file.replace:
|
|
- pattern: 'https:'
|
|
- repl: 'http://HTTPS/'
|
|
- flags: [ 'IGNORECASE', 'MULTILINE' ]
|
|
|
|
/etc/apt/sources.list.d/qubes-r4.list:
|
|
file.replace:
|
|
- pattern: 'https:'
|
|
- repl: 'http://HTTPS/'
|
|
- flags: [ 'IGNORECASE', 'MULTILINE' ]
|