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_signal() {
ehco "Installing signal-desktop "
echo "Installing signal-desktop "
sudo apt-get install signal-desktop -y
}