#!/bin/bash # Update the package list (without sudo) apt-get update # Install espeak-ng (without sudo) apt-get install -y espeak-ng