kubernetes-cli (v1.10.3) taken as example
- Downgrade Homebrew to the commit which upgrades the formula to the specific version that we want
$ cd "$(brew --repo homebrew/core)"
$ git log Formula/kubernetes-cli.rb
...
| #!/usr/bin/env python3 | |
| """ | |
| ventoy-macos-install.py - Install Ventoy on a USB drive from macOS. | |
| This script installs Ventoy on a USB drive without requiring macFUSE, | |
| Linux, or a VM. It writes the GPT partition table, boot code, and | |
| EFI partition image directly to the raw block device. | |
| Usage: | |
| sudo python3 ventoy-macos-install.py /dev/diskN [--exfat|--ntfs] [--ventoy-version VERSION] |
| #!/bin/bash | |
| ## This gist contains instructions about cuda v11.2 and cudnn 8.1 installation in Ubuntu 18.04 for PyTorch | |
| ############################################################################################# | |
| ##### forked by : https://gist.github.com/Mahedi-61/2a2f1579d4271717d421065168ce6a73 ######## | |
| ############################################################################################# | |
| ### steps #### | |
| # verify the system has a cuda-capable gpu |