Added more apps

This commit is contained in:
2021-04-10 00:44:57 +02:00
parent 69d727741c
commit dafbf0872a
6 changed files with 44 additions and 1 deletions

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

@@ -0,0 +1,6 @@
#!/bin/bash
install_geary() {
ehco "Installing geary"
sudo apt-get install geary -y
}