Delete the deb package after installation

This commit is contained in:
orangepi-xunlong
2022-05-17 17:21:55 +08:00
parent 0032498b88
commit 6f820a4665

View File

@@ -78,6 +78,7 @@ family_tweaks_s()
[[ $RELEASE == bookworm ]] && dpkg_install_deb_chroot "$EXTER/cache/debs/extra/${RELEASE}-utils/wpasupplicant_2.10-9_arm64.deb"
[[ $RELEASE == jammy ]] && dpkg_install_deb_chroot "$EXTER/cache/debs/extra/${RELEASE}-utils/wpasupplicant_2.10-6_arm64.deb"
rm $SDCARD/root/*.deb >/dev/null 2>&1
fi
}