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