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
c74296070a
sh_linux_installation_scripts
/
common
/
debian
/
apps
/
git.sh
6 lines
84 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"
Changed to apt
2021-11-24 09:13:58 +01:00
sudo apt install git -y
Improved project structure
2021-03-07 17:40:20 +01:00
}
Reference in New Issue
Copy Permalink