mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-16 19:34:28 -05:00
11 lines
217 B
Bash
Executable File
11 lines
217 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: 2023 unman <unman@thirdeyesecurity.org>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
binds+=( '/var/cache/apt-cacher-ng' )
|
|
binds+=( '/var/log/apt-cacher-ng' )
|
|
|
|
# vim: ft=bash
|