This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
sh_linux_installation_scripts
Watch
3
Star
0
Fork
1
You've already forked sh_linux_installation_scripts
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
37d557a306
sh_linux_installation_scripts
/
common
/
apps
/
gpick.sh
6 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Changed sh to bash
2021-04-10 00:31:19 +02:00
#!/bin/bash
Added gpick to apps
2021-04-10 00:28:42 +02:00
install_gpick
(
)
{
echo
"Installing gpick"
sudo apt-get install gpick -y
}
Reference in New Issue
Copy Permalink