forked from sh-edraft.de/sh_linux_installation_scripts
Added echo outputs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_pycharm() {
|
||||
echo "Installing Pycharm"
|
||||
sudo snap install pycharm-community --classic
|
||||
}
|
||||
|
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_simplenote() {
|
||||
echo "Installing Simplenote"
|
||||
sudo snap install simplenote
|
||||
}
|
||||
|
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_vscode() {
|
||||
echo "Installing VS Code"
|
||||
sudo snap install --classic code
|
||||
}
|
Reference in New Issue
Block a user