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

6
common/apps/barrier.sh Normal file
View File

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