Update install.sh

This commit is contained in:
Kroese 2024-04-29 16:38:38 +02:00 committed by GitHub
parent b16287bd37
commit 78eedf3696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -638,11 +638,9 @@ prepareXP() {
ETFS="[BOOT]/Boot-NoEmul.img"
[[ "$MANUAL" == [Yy1]* ]] && return 0
! configXP "$dir" "$target" && error "Failed to generate XP configuration files!" && exit 66
rm -rf "$drivers"
return 0
configXP "$dir" "$arch" "$target" && return 0
error "Failed to generate XP configuration files!" && exit 66
}
prepareLegacy() {