mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
hack: trixie has lost its software-properties-common package so get rid of it for all Debian releases
- https://tracker.debian.org/news/1579223/software-properties-removed-from-testing/ - that provides add-apt-repository, but we don't use that on Debian, hopefully - move also cpufrequtils hack (which requires release) to specific function after userspace checks and when DISTRIBUTION is set - `software-properties-gtk` if of course also gone, so remove that for desktop's sake
This commit is contained in:
@@ -343,8 +343,6 @@ function do_main_configuration() {
|
||||
declare -g -r PACKAGE_LIST_FAMILY="${PACKAGE_LIST_FAMILY}"
|
||||
declare -g -r PACKAGE_LIST_FAMILY_REMOVE="${PACKAGE_LIST_FAMILY_REMOVE}"
|
||||
|
||||
if [[ $RELEASE == trixie || $ARCH == riscv64 ]]; then remove_packages "cpufrequtils"; fi # this will remove from rootfs as well
|
||||
|
||||
display_alert "Done with do_main_configuration" "do_main_configuration" "debug"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user