mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-11-03 15:02:21 +08:00
18 lines
559 B
Plaintext
18 lines
559 B
Plaintext
mirror_style release
|
|
download_style apt
|
|
finddebs_style from-indices
|
|
variants - buildd fakechroot minbase
|
|
keyring /usr/share/keyrings/debian-archive-keyring.gpg
|
|
default_mirror https://pkg.loongnix.cn/loongnix/20
|
|
|
|
# include common settings
|
|
if [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then
|
|
. "$DEBOOTSTRAP_DIR/scripts/debian-common"
|
|
elif [ -e /debootstrap/debian-common ]; then
|
|
. /debootstrap/debian-common
|
|
elif [ -e "$DEBOOTSTRAP_DIR/debian-common" ]; then
|
|
. "$DEBOOTSTRAP_DIR/debian-common"
|
|
else
|
|
error 1 NOCOMMON "File not found: debian-common"
|
|
fi
|