An open API service indexing awesome lists of open source software.

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.

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.