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
8aeaeffb27
sh_linux_installation_scripts
/
common
/
apps
/
geary.sh
6 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Added more apps
2021-04-10 00:44:57 +02:00
#!/bin/bash
install_geary
(
)
{
Fixed typo
2021-04-10 00:54:31 +02:00
echo
"Installing geary"
Added more apps
2021-04-10 00:44:57 +02:00
sudo apt-get install geary -y
}
Reference in New Issue
Copy Permalink