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
77941c5ca3
sh_linux_installation_scripts
/
common
/
debian
/
apps
/
git.sh
6 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
Improved project structure
2021-03-07 17:40:20 +01:00
#!/bin/bash
install_git
(
)
{
Removed git-all
2021-07-13 10:13:51 +02:00
echo
"Installing git"
sudo apt-get install git -y
Improved project structure
2021-03-07 17:40:20 +01:00
}
Reference in New Issue
Copy Permalink