Spaces:
Sleeping
Sleeping
File size: 134 Bytes
30b4b65 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Update the package list (without sudo)
apt-get update
# Install espeak-ng (without sudo)
apt-get install -y espeak-ng
|