diff --git a/usr/local/bin/install_to_disk.sh b/usr/local/bin/install_to_disk.sh index 93f3aca..e8d00bd 100755 --- a/usr/local/bin/install_to_disk.sh +++ b/usr/local/bin/install_to_disk.sh @@ -265,6 +265,9 @@ sudo rmdir "$TEMP_MOUNT" # Rename all partition labels to prevent boot conflicts with USB rename_partition_labels "$TARGET_DEVICE" +# Re-enable speech before success message +echo "command toggletempdisablespeech" | socat - UNIX-CLIENT:/tmp/fenrirscreenreader-deamon.sock 2>/dev/null || true + # Success message echo echo "Installation completed successfully!"