mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
config/lib/exts: run shellfmt
- `bash lib/tools/shellfmt.sh` - mostly spacing changes that accumulated over time
This commit is contained in:
@@ -160,11 +160,11 @@ function create_sources_list_and_deploy_repo_key() {
|
||||
#deb-src http://${DEBIAN_MIRROR} unstable main contrib non-free non-free-firmware
|
||||
EOF
|
||||
|
||||
# Exception: with riscv64 not everything was moved from ports
|
||||
# https://lists.debian.org/debian-riscv/2023/07/msg00053.html
|
||||
if [[ "${ARCH}" == riscv64 ]]; then
|
||||
echo "deb http://deb.debian.org/debian-ports/ sid main " >> "${basedir}"/etc/apt/sources.list
|
||||
fi
|
||||
# Exception: with riscv64 not everything was moved from ports
|
||||
# https://lists.debian.org/debian-riscv/2023/07/msg00053.html
|
||||
if [[ "${ARCH}" == riscv64 ]]; then
|
||||
echo "deb http://deb.debian.org/debian-ports/ sid main " >> "${basedir}"/etc/apt/sources.list
|
||||
fi
|
||||
;;
|
||||
|
||||
focal | jammy | kinetic | lunar)
|
||||
|
||||
Reference in New Issue
Block a user