Skip to content

Instantly share code, notes, and snippets.

View abhijayrajvansh's full-sized avatar
🧠
aura enuf?

Abhijay Rajvansh abhijayrajvansh

🧠
aura enuf?
View GitHub Profile
#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e
# Define the version you want to install
VERSION="1.34" # Replace with the desired version if needed
# Define the download URL for the specified version
URL="https://ftp.gnu.org/gnu/tar/tar-${VERSION}.tar.gz"