Update install.sh

This commit is contained in:
Kroese 2024-01-22 12:00:48 +01:00 committed by GitHub
parent 42bdce1727
commit ec6b711b77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,7 +164,7 @@ if [ ! -f "$DIR/$ETFS" ] || [ ! -f "$DIR/$EFISYS" ]; then
fi
mv -f "$ISO" "$STORAGE/$BASE"
rm -rf "$TMP"
echo && return 0
return 0
fi
[ -z "$CUSTOM" ] && rm -f "$ISO"
@ -309,5 +309,4 @@ rm -rf "$TMP"
html "Successfully prepared image for installation..."
echo
return 0