https://github.com/tboy1337/install-uninstall-git-linux
Simple BASH scripts to automate the installation/updating and uninstallation of Git on Linux and Mac systems.
https://github.com/tboy1337/install-uninstall-git-linux
automatic bash bash-scripting cmdline downloader git install installer linux mac macos shell silent uninstall uninstaller
Last synced: 2 months ago
JSON representation
Simple BASH scripts to automate the installation/updating and uninstallation of Git on Linux and Mac systems.
- Host: GitHub
- URL: https://github.com/tboy1337/install-uninstall-git-linux
- Owner: tboy1337
- License: mit
- Created: 2024-11-06T21:53:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T22:39:46.000Z (4 months ago)
- Last Synced: 2025-02-19T09:48:10.763Z (2 months ago)
- Topics: automatic, bash, bash-scripting, cmdline, downloader, git, install, installer, linux, mac, macos, shell, silent, uninstall, uninstaller
- Language: Shell
- Homepage: https://tboy1337.github.io/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Install and Uninstall Git on Linux and macOS
This project provides two Bash scripts to manage Git installation and uninstallation on Linux and macOS systems. These scripts allow you to:
- **Install or update Git** if it’s not already installed.
- **Uninstall Git** with ease.## Scripts
1. **install_update_git.sh**: Installs or updates Git on Linux and macOS.
2. **uninstall_git.sh**: Uninstalls Git from Linux and macOS.## Requirements
- **Linux or macOS** operating system
- **Administrator privileges** (use `sudo`)## Usage
1. **Install or Update Git**:
Run the `install_update_git.sh` script to install or update Git:
```bash
sudo bash install_update_git.sh
```2. **Uninstall Git**
Run the `uninstall_git.sh` script to remove Git:
```bash
sudo bash uninstall_git.sh
```## License
This project is open source and available under the MIT License.
## Contributing
Feel free to open issues or submit pull requests with improvements.