Added echo outputs

This commit is contained in:
2021-04-10 00:26:46 +02:00
parent 7ec882d6f6
commit 4b52c5ce28
17 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
install_pycharm() {
echo "Installing Pycharm"
sudo snap install pycharm-community --classic
}

View File

@@ -1,5 +1,6 @@
#!/bin/bash
install_simplenote() {
echo "Installing Simplenote"
sudo snap install simplenote
}

View File

@@ -1,5 +1,6 @@
#!/bin/bash
install_vscode() {
echo "Installing VS Code"
sudo snap install --classic code
}