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,7 +1,7 @@
#!/bin/bash
install_sublime_text() {
ehco "Installing sublime-text"
echo "Installing sublime-text"
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https -y
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"