This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
sh_multi_install
Archived
Watch
3
Star
0
Fork
0
You've already forked sh_multi_install
forked from
sh-edraft.de/sh_linux_installation_scripts
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2021-11-23
. You can view files and clone it, but cannot push or open issues or pull requests.
dafbf0872a
sh_multi_install
/
common
/
apps
/
git.sh
6 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
Improved project structure
2021-03-07 17:40:20 +01:00
#!/bin/bash
install_git
(
)
{
Added echo outputs
2021-04-10 00:26:46 +02:00
echo
"Installing git-all"
Improved project structure
2021-03-07 17:40:20 +01:00
sudo apt-get install git-all -y
}
Reference in New Issue
Copy Permalink