Added gpick to apps

This commit is contained in:
Sven Heidemann 2021-04-10 00:28:42 +02:00
parent 4b52c5ce28
commit 9692493d51

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

@ -0,0 +1,6 @@
#!/bin/sh
install_gpick() {
echo "Installing gpick"
sudo apt-get install gpick -y
}