Adjusting aml-s9xx as armbian-install was moved to another location

This commit is contained in:
Igor Pecovnik
2024-11-19 08:24:27 +01:00
committed by Igor
parent 017549347b
commit 3f5ae6b273

View File

@@ -31,7 +31,7 @@ function post_family_tweaks_bsp__config_aml-s9xx-box_bsp() {
run_host_command_logged chmod -v 644 "${destination}"/root/fstab.template
display_alert "${BOARD}" "Removing armbian-install" "info"
run_host_command_logged rm -v "${destination}"/usr/sbin/armbian-install
run_host_command_logged rm -v "${destination}"/usr/bin/armbian-install
display_alert "${BOARD}" "Adding bsp-cli preinst logic" "info"
# Inline function! So this function is automatically hashed when this hook is hashed.