Improved apps

This commit is contained in:
2021-04-14 15:46:14 +02:00
parent 8aeaeffb27
commit 4c60090c7b
4 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/bash
install_barrier() {
echo "Installing barrier"
sudo snap install barrier
}

View File

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