Fixed typo
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| install_geary() { | install_geary() { | ||||||
|     ehco "Installing geary" |     echo "Installing geary" | ||||||
|     sudo apt-get install geary -y |     sudo apt-get install geary -y | ||||||
| } | } | ||||||
| @@ -1,6 +1,6 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| install_kcolorchooser() { | install_kcolorchooser() { | ||||||
|     ehco "Installing kcolorchooser" |     echo "Installing kcolorchooser" | ||||||
|     sudo apt-get install kcolorchooser -y |     sudo apt-get install kcolorchooser -y | ||||||
| } | } | ||||||
| @@ -1,6 +1,6 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| install_signal() { | install_signal() { | ||||||
|     ehco "Installing signal-desktop " |     echo "Installing signal-desktop " | ||||||
|     sudo apt-get install signal-desktop -y |     sudo apt-get install signal-desktop -y | ||||||
| } | } | ||||||
| @@ -1,7 +1,7 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| install_sublime_text() { | install_sublime_text() { | ||||||
|     ehco "Installing sublime-text" |     echo "Installing sublime-text" | ||||||
|     wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - |     wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - | ||||||
|     sudo apt-get install apt-transport-https -y |     sudo apt-get install apt-transport-https -y | ||||||
|     sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/" |     sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user