Fixed typo

This commit is contained in:
2021-04-10 00:54:31 +02:00
parent 8eb3206f57
commit 8aeaeffb27
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
install_geary() {
ehco "Installing geary"
echo "Installing geary"
sudo apt-get install geary -y
}