6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/bash
|
|
|
|
install_gpick() {
|
|
echo "Installing gpick"
|
|
sudo apt-get install gpick -y
|
|
} |